svn commit: r198447 - stable/6/sys/modules/firmware
Andrew Gallatin
gallatin at FreeBSD.org
Sat Oct 24 18:38:25 UTC 2009
Author: gallatin
Date: Sat Oct 24 18:38:24 2009
New Revision: 198447
URL: http://svn.freebsd.org/changeset/base/198447
Log:
Fix firmware module build when it is not
built with the kernel (eg, make world when MODULES_WITH_WORLD
is defined)
Submitted by: Andre Albsmeier at siemens dot com
Pointy hat to: gallatin
Modified:
stable/6/sys/modules/firmware/Makefile
Modified: stable/6/sys/modules/firmware/Makefile
==============================================================================
--- stable/6/sys/modules/firmware/Makefile Sat Oct 24 18:38:13 2009 (r198446)
+++ stable/6/sys/modules/firmware/Makefile Sat Oct 24 18:38:24 2009 (r198447)
@@ -3,6 +3,6 @@
.PATH: ${.CURDIR}/../../kern
KMOD= firmware
-SRCS= subr_firmware.c
+SRCS= subr_firmware.c vnode_if.h
.include <bsd.kmod.mk>
More information about the svn-src-stable-6
mailing list