diff options
Diffstat (limited to 'sys/modules/wb')
-rw-r--r-- | sys/modules/wb/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/modules/wb/Makefile b/sys/modules/wb/Makefile index 2a07c3e..c76f3df 100644 --- a/sys/modules/wb/Makefile +++ b/sys/modules/wb/Makefile @@ -3,9 +3,9 @@ S = ${.CURDIR}/../.. .PATH: $S/pci KMOD = if_wb -SRCS = if_wb.c wb.h bpf.h opt_bdg.h device_if.h +SRCS = if_wb.c wb.h opt_bdg.h device_if.h SRCS += bus_if.h miibus_if.h pci_if.h -CLEANFILES += wb.h bpf.h opt_bdg.h device_if.h +CLEANFILES += wb.h opt_bdg.h device_if.h CLEANFILES += bus_if.h miibus_if.h pci_if.h CFLAGS += ${DEBUG_FLAGS} KMODDEPS = miibus @@ -13,9 +13,6 @@ KMODDEPS = miibus wb.h: echo "#define NWB 1" > wb.h -bpf.h: - echo "#define NBPF 1" > bpf.h - opt_bdg.h: touch opt_bdg.h |