summaryrefslogtreecommitdiffstats
path: root/sys/modules/wb/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/wb/Makefile')
-rw-r--r--sys/modules/wb/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/modules/wb/Makefile b/sys/modules/wb/Makefile
index c76f3df..f45d1b0 100644
--- a/sys/modules/wb/Makefile
+++ b/sys/modules/wb/Makefile
@@ -3,16 +3,13 @@
S = ${.CURDIR}/../..
.PATH: $S/pci
KMOD = if_wb
-SRCS = if_wb.c wb.h opt_bdg.h device_if.h
+SRCS = if_wb.c opt_bdg.h device_if.h
SRCS += bus_if.h miibus_if.h pci_if.h
-CLEANFILES += wb.h opt_bdg.h device_if.h
+CLEANFILES += opt_bdg.h device_if.h
CLEANFILES += bus_if.h miibus_if.h pci_if.h
CFLAGS += ${DEBUG_FLAGS}
KMODDEPS = miibus
-wb.h:
- echo "#define NWB 1" > wb.h
-
opt_bdg.h:
touch opt_bdg.h
OpenPOWER on IntegriCloud