aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ixgbe/Makefile
blob: 50efe65e8a01720e6f013ae22279daf0389c63bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#$FreeBSD$
.PATH:  ${.CURDIR}/../../dev/ixgbe
KMOD    = ixgbe
SRCS    = device_if.h bus_if.h pci_if.h
SRCS    += ixgbe.c ixv.c
# Shared source
SRCS    += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_mbx.c ixgbe_vf.c
SRCS    += ixgbe_82599.c ixgbe_82598.c
CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP -DIXGBE_FDIR

.include <bsd.kmod.mk>