diff options
| author | Warner Losh <imp@FreeBSD.org> | 2004-12-29 08:50:35 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2004-12-29 08:50:35 +0000 |
| commit | a4aef7f9a43c5a49dcde36e5dba20635fe31305e (patch) | |
| tree | 4c38b10bc6ce7f8c7ece80c40a8a7865e8437611 /sys/modules/ti | |
| parent | 4c16ce4d87b7509aa8ab7453a6aa311e68cbd644 (diff) | |
Notes
Diffstat (limited to 'sys/modules/ti')
| -rw-r--r-- | sys/modules/ti/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ti/Makefile b/sys/modules/ti/Makefile index 84b026c1479a..9f73f35956b9 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> |
