diff options
-rw-r--r-- | sys/modules/ti/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/ti/Makefile b/sys/modules/ti/Makefile index 9f73f35..fdafb8a 100644 --- a/sys/modules/ti/Makefile +++ b/sys/modules/ti/Makefile @@ -3,7 +3,6 @@ .PATH: ${.CURDIR}/../../pci KMOD= if_ti -SRCS= if_ti.c opt_bdg.h bus_if.h pci_if.h opt_ti.h opt_zero.h \ - vnode_if.h +SRCS= if_ti.c opt_bdg.h device_if.h bus_if.h pci_if.h opt_ti.h opt_zero.h .include <bsd.kmod.mk> |