]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Populate new KERN_OPTS from all the opt_*.h files in
authorWarner Losh <imp@FreeBSD.org>
Wed, 18 Feb 2015 15:25:19 +0000 (15:25 +0000)
committerWarner Losh <imp@FreeBSD.org>
Wed, 18 Feb 2015 15:25:19 +0000 (15:25 +0000)
commit35c4406d4cd8830c070f0127aceb4ef697a6c1ea
tree52da14dd30d828be68905ff4666744e28ea65330
parent46b39c90f44e166cdad703e5aceab54047cf54f2
Populate new KERN_OPTS from all the opt_*.h files in
KERNBUILDDIR. Come up with some sensible defaults (though listing them
in kmod.mk may be unwise -- we have no easy way to know what are the
best sensible defaults for everything so we just catch the big stuff).
Append SRCS.${opt} for each option in KERN_OPTS to SRCS to allow easy
conditional compilation. Append any notion of KERN_OPTS_EXTRA to the
list of kernel opts.

Differential Revision:    https://reviews.freebsd.org/D1530
sys/conf/config.mk [new file with mode: 0644]
sys/conf/kmod.mk
sys/modules/Makefile