summaryrefslogtreecommitdiffstats
path: root/sys/modules/ti
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2004-12-29 08:50:35 +0000
committerimp <imp@FreeBSD.org>2004-12-29 08:50:35 +0000
commitb4eda5e471c2e09dc054bb4735ae21536274c22b (patch)
tree4c38b10bc6ce7f8c7ece80c40a8a7865e8437611 /sys/modules/ti
parentec37c0493e4b5241fe5091f0c4b87d11e2ea21f5 (diff)
downloadFreeBSD-src-b4eda5e471c2e09dc054bb4735ae21536274c22b.zip
FreeBSD-src-b4eda5e471c2e09dc054bb4735ae21536274c22b.tar.gz
We don't need to generate vnode_if.h anymore
Diffstat (limited to 'sys/modules/ti')
-rw-r--r--sys/modules/ti/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ti/Makefile b/sys/modules/ti/Makefile
index 84b026c..9f73f35 100644
--- a/sys/modules/ti/Makefile
+++ b/sys/modules/ti/Makefile
@@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../pci
KMOD= if_ti
-SRCS= if_ti.c opt_bdg.h device_if.h bus_if.h pci_if.h opt_ti.h opt_zero.h \
+SRCS= if_ti.c opt_bdg.h bus_if.h pci_if.h opt_ti.h opt_zero.h \
vnode_if.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud