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

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