git: kmod.mk - attempt to enable use of assym for kmods

Alex Hornung alexh at crater.dragonflybsd.org
Sat Jul 3 10:43:52 PDT 2010


commit fd35368d545ab84f9af69d58d20fe67943e298c0
Author: Alex Hornung <ahornung at gmail.com>
Date:   Sat Jul 3 18:38:21 2010 +0100

    kmod.mk - attempt to enable use of assym for kmods
    
    * Half-working attempt at being able to use assym.s in kernel modules
      when doing a 'make' in the directory of the module. It will now fail
      because of opt_nfs.h being included by nfs.h, included by genassym.c
      not being found.
    
    Obtained-from: FreeBSD

Summary of changes:
 sys/conf/kmod.mk |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

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


-- 
DragonFly BSD source repository





More information about the Commits mailing list