summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2012-02-11 08:34:33 +0000
committerbz <bz@FreeBSD.org>2012-02-11 08:34:33 +0000
commit0e68cca864978c179a24279a53f66a77da2f4b6e (patch)
treef0c934c2d6238b2fadc8239deaba3633a36b8672
parent40757e65a83e884ae640d795cce53b8136fd4a0d (diff)
downloadFreeBSD-src-0e68cca864978c179a24279a53f66a77da2f4b6e.zip
FreeBSD-src-0e68cca864978c179a24279a53f66a77da2f4b6e.tar.gz
Depend on the relevant header files.
-rw-r--r--sys/modules/oce/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/oce/Makefile b/sys/modules/oce/Makefile
index 6603744..4821533 100644
--- a/sys/modules/oce/Makefile
+++ b/sys/modules/oce/Makefile
@@ -5,7 +5,7 @@
.PATH: ${.CURDIR}/../../dev/oce
KMOD = oce
SRCS = oce_if.c oce_hw.c oce_mbox.c oce_util.c oce_queue.c oce_sysctl.c
-#SRCS += ${ofw_bus_if} bus_if.h device_if.h pci_if.h opt_inet.h opt_inet6.h
+SRCS += bus_if.h device_if.h pci_if.h opt_inet.h opt_inet6.h
CFLAGS+= -I${.CURDIR}/../../dev/oce -DSMP
OpenPOWER on IntegriCloud