]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/conf/kern.opts.mk
Introduce kern.opts.mk to hold all the options for kernel module
[FreeBSD/FreeBSD.git] / sys / conf / kern.opts.mk
1 # $FreeBSD$
2
3 # Options set in the build system that affect the kernel somehow.
4
5 #
6 # Define MK_* variables (which are either "yes" or "no") for users
7 # to set via WITH_*/WITHOUT_* in /etc/src.conf and override in the
8 # make(1) environment.
9 # These should be tested with `== "no"' or `!= "no"' in makefiles.
10 # The NO_* variables should only be set by makefiles for variables
11 # that haven't been converted over.
12 #
13
14 # These options are used by the kernel build process (kern.mk and kmod.mk)
15 # They have to be listed here so we can build modules outside of the
16 # src tree.
17
18 __DEFAULT_YES_OPTIONS = \
19     FORMAT_EXTENTIONS \
20     KERNEL_SYMBOLS
21
22 __DEFAULT_NO_OPTIONS = \
23
24 .include "../../share/mk/bsd.mkopt.mk"