summaryrefslogtreecommitdiffstats
path: root/sys/modules/ti/Makefile
blob: b91ae2ad00fda06879b0eef544b184fc46fe29b7 (plain)
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
CFLAGS	+= ${DEBUG_FLAGS}

vlan.h:
	touch vlan.h

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud