summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2003-11-04 02:55:03 +0000
committerimp <imp@FreeBSD.org>2003-11-04 02:55:03 +0000
commit9298a6e1c1cb6e2b1c015f6b271df0d441baf7d9 (patch)
tree7201e0b8bd1eaba0b0c66a9c899e8907f259a10b
parent91d97512540deddfc5ec16f4b25928801effe746 (diff)
downloadFreeBSD-src-9298a6e1c1cb6e2b1c015f6b271df0d441baf7d9.zip
FreeBSD-src-9298a6e1c1cb6e2b1c015f6b271df0d441baf7d9.tar.gz
ppbus_if.c is necessary if you are loading submodules.
-rw-r--r--sys/modules/ppbus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ppbus/Makefile b/sys/modules/ppbus/Makefile
index fc0162a..fb28f7a 100644
--- a/sys/modules/ppbus/Makefile
+++ b/sys/modules/ppbus/Makefile
@@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../dev/ppbus
KMOD= ppbus
-SRCS= bus_if.h device_if.h ppbus_if.h \
+SRCS= bus_if.h device_if.h ppbus_if.h ppbus_if.c \
opt_ppb_1284.h opt_ppbus.h \
ppb_1284.c ppb_base.c ppb_msq.c ppbconf.c
OpenPOWER on IntegriCloud