aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ti/Makefile
blob: 1768c88c94557e837396454a011400bc71a85b14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

.PATH: ${.CURDIR}/../../pci

KMOD=	if_ti
SRCS=	if_ti.c opt_bdg.h vlan.h device_if.h bus_if.h pci_if.h
CLEANFILES=	vlan.h

vlan.h:
	touch vlan.h

.include <bsd.kmod.mk>