summaryrefslogtreecommitdiffstats
path: root/sys/modules/em/Makefile
blob: 4a89fba54ea262fb5bed83a4e88f9368647959dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD$

.PATH:	${.CURDIR}/../../dev/em
KMOD	= if_em
SRCS	= device_if.h bus_if.h pci_if.h opt_bdg.h
SRCS    += if_em.c if_em_fxhw.c if_em_phy.c

clean:
	rm -f opt_bdg.h device_if.h bus_if.h pci_if.h setdef*
	rm -f *.o *.kld *.ko
	rm -f @ machine

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