]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a kmod.opts.mk.
authorjhb <jhb@FreeBSD.org>
Thu, 21 Nov 2019 18:14:26 +0000 (18:14 +0000)
committerjhb <jhb@FreeBSD.org>
Thu, 21 Nov 2019 18:14:26 +0000 (18:14 +0000)
commita735104ede5c2b5b2079be03fe4b43872697c3fc
tree25d7acb4acdbb54f8de3b345f37f99e3d5737e42
parent76b6cb823402b1a210a17c79ff7ba52225cffa02
Add a kmod.opts.mk.

This Makefile sets KERN_OPTS.  This permits kernel module Makefiles to
use KERN_OPTS to control the value of variables such as SRCS that are
used by bsd.kmod.mk for KERN_OPTS values that honor WITH/WITHOUT
options for standalone builds.
share/mk/kmod.opts.mk [new file with mode: 0644]
sys/conf/kmod.mk
sys/conf/kmod.opts.mk [new file with mode: 0644]