cvs commit: src/sys/conf kern.pre.mk kmod.mk
Gleb Smirnoff
glebius at FreeBSD.org
Fri Oct 7 06:56:02 PDT 2005
glebius 2005-10-07 13:55:59 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/conf kern.pre.mk kmod.mk
Log:
MFC:
Define HAVE_KERNEL_OPTION_HEADERS when building kernel and when building
modules along with kernel.
After this change it is possible to embrace opt_*.h includes with ifdef
HAVE_KERNEL_OPTION_HEADERS. And thus, avoid editing a lot of Makefiles
in modules directory each time we introduce a new opt_xxx.h.
Requested by: bde
Approved by: re (kensmith)
Revision Changes Path
1.65.2.1 +1 -1 src/sys/conf/kern.pre.mk
1.192.2.1 +1 -1 src/sys/conf/kmod.mk
More information about the cvs-src
mailing list