HomeFreeBSD

config.mk: All options in DEFAULTS are now defined in opt_global.h

Description

config.mk: All options in DEFAULTS are now defined in opt_global.h

To simplify management of all the options that should be enabled for the
different architectures, adopt the convention that all options listed in
DEFAULTS will be #defined to 1 in opt_global.h for untied builds. Except
for GEOM_* and ISAPNP, they are all in opt_global.h. ISAPNP is a
opt_dontuse.h, so only filter GEOM_*.

Sponsored by: Netflix
Reviewed by: kevans
Differential Revision: https://reviews.freebsd.org/D37108

Details

Provenance
impAuthored on Oct 24 2022, 6:12 PM
Reviewer
kevans
Differential Revision
D37108: config.mk: All options in DEFAULTS are now defined in opt_global.h
Parents
rGd6f1e6aa11d8: config: Make ISAPNP be in opt_dontuse.h
Branches
Unknown
Tags
Unknown