summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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