看板 DFBSD_commit 關於我們 聯絡資訊
commit fd35368d545ab84f9af69d58d20fe67943e298c0 Author: Alex Hornung <ahornung@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