2007-09-04 02:31:35 +00:00
|
|
|
#$FreeBSD$
|
2012-05-30 13:55:43 +00:00
|
|
|
|
2007-09-04 02:31:35 +00:00
|
|
|
.PATH: ${.CURDIR}/../../dev/ixgbe
|
2012-05-30 13:55:43 +00:00
|
|
|
|
2013-02-28 22:48:00 +00:00
|
|
|
KMOD = if_ixgbe
|
2008-03-27 20:38:03 +00:00
|
|
|
SRCS = device_if.h bus_if.h pci_if.h
|
2014-08-04 04:21:32 +00:00
|
|
|
SRCS += opt_inet.h opt_inet6.h opt_rss.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
|
2013-06-18 21:28:19 +00:00
|
|
|
SRCS += ixgbe_dcb.c ixgbe_dcb_82598.c ixgbe_dcb_82599.c
|
2012-01-30 16:42:02 +00:00
|
|
|
SRCS += ixgbe_82599.c ixgbe_82598.c ixgbe_x540.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>
|