diff options
Diffstat (limited to 'sys/modules/ti/Makefile')
| -rw-r--r-- | sys/modules/ti/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/modules/ti/Makefile b/sys/modules/ti/Makefile index 16914779ab05..945bf4091e22 100644 --- a/sys/modules/ti/Makefile +++ b/sys/modules/ti/Makefile @@ -3,13 +3,10 @@ S = ${.CURDIR}/../.. .PATH: $S/pci KMOD = if_ti -SRCS = if_ti.c ti.h opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h -CLEANFILES += ti.h opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h +SRCS = if_ti.c opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h +CLEANFILES += opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h CFLAGS += ${DEBUG_FLAGS} -ti.h: - echo "#define NTI 1" > ti.h - opt_bdg.h: touch opt_bdg.h |
