2007-09-04 02:31:35 +00:00
|
|
|
#$FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../dev/ixgbe
|
|
|
|
KMOD = ixgbe
|
2008-03-27 20:38:03 +00:00
|
|
|
SRCS = device_if.h bus_if.h pci_if.h
|
2010-11-26 22:46:32 +00:00
|
|
|
SRCS += ixgbe.c ixv.c
|
2007-09-04 02:31:35 +00:00
|
|
|
# Shared source
|
2010-11-26 22:46:32 +00:00
|
|
|
SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_mbx.c ixgbe_vf.c
|
2009-04-10 00:31:54 +00:00
|
|
|
SRCS += ixgbe_82599.c ixgbe_82598.c
|
2010-03-27 00:21:40 +00:00
|
|
|
CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP -DIXGBE_FDIR
|
2007-09-04 02:31:35 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|