summaryrefslogtreecommitdiffstats
path: root/sys/modules/ixgbe/Makefile
blob: 6d500b8f82775d0342a5fdebc0d2d313f7cd31e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#$FreeBSD$
.PATH:  ${.CURDIR}/../../dev/ixgbe
KMOD    = ixgbe
SRCS    = device_if.h bus_if.h pci_if.h
SRCS    += ixgbe.c tcp_lro.c
# Shared source
SRCS    += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_82598.c
CFLAGS+= -I${.CURDIR}/../../dev/ixgbe

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

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