aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/en
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2003-08-06 16:01:32 +0000
committerHartmut Brandt <harti@FreeBSD.org>2003-08-06 16:01:32 +0000
commit6757bf1b26da1346426fc94756c7ee12fe399042 (patch)
tree16cda869c616c43590346d2b6e411998808e9949 /sys/modules/en
parent20e57b1045119b1433c58cf77b29da0416aa44f3 (diff)
downloadsrc-6757bf1b26da1346426fc94756c7ee12fe399042.tar.gz
src-6757bf1b26da1346426fc94756c7ee12fe399042.zip
When compiling the module with INVARIANTS we also need INVARIANT_SUPPORT.
Notes
Notes: svn path=/head/; revision=118553
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 19781c5d2f11..42909facad40 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}