]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC 354970: Add a kmod.opts.mk.
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 8 Sep 2020 16:43:32 +0000 (16:43 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 8 Sep 2020 16:43:32 +0000 (16:43 +0000)
commit50fd60fb483c39ce6816e572999a2d697a80b719
treeb8ef36e58c5fdf9e5065d6e45f570a0845073ddf
parente0f7017ac3a09d19cd8f07e529540ef1d1f90320
MFC 354970: 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]