git: kernel: Define HAVE_KERNEL_OPTION_HEADERS when building kernel/modules.

Sascha Wildner swildner at crater.dragonflybsd.org
Fri Jan 16 00:56:51 PST 2015


commit faba9d165d674313d4cbe33f47d15c4f66cb5c10
Author: Sascha Wildner <saw at online.de>
Date:   Fri Jan 16 09:54:35 2015 +0100

    kernel: Define HAVE_KERNEL_OPTION_HEADERS when building kernel/modules.
    
    It gets defined when building the kernel and when building modules
    along with the kernel.
    
    FreeBSD wraps some of their #include "opt_blah.h" in it and it should
    ease porting $stuff from them.
    
    It also makes the kernel options of the sound stack actually work.

Summary of changes:
 sys/conf/kern.pre.mk | 2 +-
 sys/conf/kmod.mk     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/faba9d165d674313d4cbe33f47d15c4f66cb5c10


-- 
DragonFly BSD source repository



More information about the Commits mailing list