aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ti/Makefile
blob: dc5e4dcd8f26870632ed2d274b390257a796a480 (plain) (blame)
1
2
3
4
5
6
7
# $FreeBSD$

.PATH:	${.CURDIR}/../../pci
KMOD	= if_ti
SRCS	= if_ti.c opt_bdg.h device_if.h bus_if.h pci_if.h

.include <bsd.kmod.mk>