aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2008-04-20 16:11:14 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2008-04-20 16:11:14 +0000
commitd6b57c13c429812da5b8971977cb9803b22c6a8d (patch)
treedcb76f63fb3b36db0bb17df2b2046b22ef1a0cc3 /sys
parent456e16cda7a93fa0354c83f8460b184d79d72e91 (diff)
downloadsrc-d6b57c13c429812da5b8971977cb9803b22c6a8d.tar.gz
src-d6b57c13c429812da5b8971977cb9803b22c6a8d.zip
Unbreak firmware.ko build without kernel.
Approved by: rwatson (mentor) MFC after: 1 month
Notes
Notes: svn path=/head/; revision=178332
Diffstat (limited to 'sys')
-rw-r--r--sys/modules/firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/firmware/Makefile b/sys/modules/firmware/Makefile
index 82ed1026e47e..90f1cbdbca8c 100644
--- a/sys/modules/firmware/Makefile
+++ b/sys/modules/firmware/Makefile
@@ -3,6 +3,6 @@
.PATH: ${.CURDIR}/../../kern
KMOD= firmware
-SRCS= subr_firmware.c
+SRCS= subr_firmware.c vnode_if.h
.include <bsd.kmod.mk>