summaryrefslogtreecommitdiffstats
path: root/sys/conf/kmod.mk
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2003-11-16 08:10:59 +0000
committergreen <green@FreeBSD.org>2003-11-16 08:10:59 +0000
commite8eb42934872c872564df36384acf5901857e170 (patch)
tree40a6b02022b79077c7af241ba36f9e31c6a0558e /sys/conf/kmod.mk
parentafa14114534d3fcf296411bb2b988f1b5a5a14ad (diff)
downloadFreeBSD-src-e8eb42934872c872564df36384acf5901857e170.zip
FreeBSD-src-e8eb42934872c872564df36384acf5901857e170.tar.gz
As mentioned by warner, previous revision (opt_ddb.h) was just a fluke --
I'm having bad luck with different parts of the sys tree being checked out at slightly different times. Back it out, noting it doesn't cause harm in any case. Tinderbox also makes these things more fun.
Diffstat (limited to 'sys/conf/kmod.mk')
-rw-r--r--sys/conf/kmod.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk
index 523e383..4854b2f 100644
--- a/sys/conf/kmod.mk
+++ b/sys/conf/kmod.mk
@@ -80,9 +80,7 @@ CFLAGS+= -DKLD_MODULE
_ICFLAGS:= ${CFLAGS:M-I*}
CFLAGS+= -nostdinc -I- ${INCLMAGIC} ${_ICFLAGS}
.if defined(KERNBUILDDIR)
-.for _optfile in global ddb
-CFLAGS+= -include ${KERNBUILDDIR}/opt_${_optfile}.h
-.endfor
+CFLAGS+= -include ${KERNBUILDDIR}/opt_global.h
.endif
# Add -I paths for system headers. Individual KLD makefiles don't
OpenPOWER on IntegriCloud