kmod.mk - attempt to enable use of assym for kmods
authorAlex Hornung <ahornung@gmail.com>
Sat, 3 Jul 2010 17:38:21 +0000 (18:38 +0100)
committerAlex Hornung <ahornung@gmail.com>
Sat, 3 Jul 2010 17:42:51 +0000 (18:42 +0100)
commitfd35368d545ab84f9af69d58d20fe67943e298c0
tree9ac5e6c355758af672756a9d42d43e39e9e617b1
parent070470e6ff073011effcdb33b2e60894377429cb
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
sys/conf/kmod.mk