diff options
Diffstat (limited to 'sys/modules/ax/Makefile')
-rw-r--r-- | sys/modules/ax/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/modules/ax/Makefile b/sys/modules/ax/Makefile index bf18b13..09e7197 100644 --- a/sys/modules/ax/Makefile +++ b/sys/modules/ax/Makefile @@ -3,16 +3,13 @@ S = ${.CURDIR}/../.. .PATH: $S/pci KMOD = if_ax -SRCS = if_ax.c ax.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h -CLEANFILES += ax.h bpf.h opt_bdg.h device_if.h bus_if.h pci_if.h +SRCS = if_ax.c ax.h opt_bdg.h device_if.h bus_if.h pci_if.h +CLEANFILES += ax.h opt_bdg.h device_if.h bus_if.h pci_if.h CFLAGS += ${DEBUG_FLAGS} ax.h: echo "#define NAX 1" > ax.h -bpf.h: - echo "#define NBPF 1" > bpf.h - opt_bdg.h: touch opt_bdg.h |