summaryrefslogtreecommitdiffstats
path: root/sys/modules/en
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2003-08-06 16:01:32 +0000
committerharti <harti@FreeBSD.org>2003-08-06 16:01:32 +0000
commitef60cf248dc81dc8be2a6b6c8374f7771de2fd40 (patch)
tree16cda869c616c43590346d2b6e411998808e9949 /sys/modules/en
parent0cdddaf43cb27f50ab9348a90f92dee7beecf174 (diff)
downloadFreeBSD-src-ef60cf248dc81dc8be2a6b6c8374f7771de2fd40.zip
FreeBSD-src-ef60cf248dc81dc8be2a6b6c8374f7771de2fd40.tar.gz
When compiling the module with INVARIANTS we also need INVARIANT_SUPPORT.
Diffstat (limited to 'sys/modules/en')
-rw-r--r--sys/modules/en/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/en/Makefile b/sys/modules/en/Makefile
index 19781c5..42909fa 100644
--- a/sys/modules/en/Makefile
+++ b/sys/modules/en/Makefile
@@ -6,7 +6,7 @@ KMOD= if_en
SRCS= if_en_pci.c midway.c device_if.h bus_if.h pci_if.h
SRCS+= opt_inet.h opt_natm.h opt_ddb.h
CFLAGS+= -DENABLE_BPF
-# CFLAGS+= -DINVARIANTS -DEN_DEBUG=0
+# CFLAGS+= -DINVARIANT_SUPPORT -DINVARIANTS -DEN_DEBUG=0
opt_inet.h:
echo "#define INET 1" > ${.TARGET}
OpenPOWER on IntegriCloud