2007-09-03 22:31:35 -04:00
|
|
|
#$FreeBSD$
|
2012-05-30 09:55:43 -04:00
|
|
|
|
2007-09-03 22:31:35 -04:00
|
|
|
.PATH: ${.CURDIR}/../../dev/ixgbe
|
2012-05-30 09:55:43 -04:00
|
|
|
|
2013-02-28 17:48:00 -05:00
|
|
|
KMOD = if_ixgbe
|
2008-03-27 16:38:03 -04:00
|
|
|
SRCS = device_if.h bus_if.h pci_if.h
|
2014-08-04 00:21:32 -04:00
|
|
|
SRCS += opt_inet.h opt_inet6.h opt_rss.h
|
2010-11-26 17:46:32 -05:00
|
|
|
SRCS += ixgbe.c ixv.c
|
2007-09-03 22:31:35 -04:00
|
|
|
# Shared source
|
2010-11-26 17:46:32 -05:00
|
|
|
SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_mbx.c ixgbe_vf.c
|
2013-06-18 17:28:19 -04:00
|
|
|
SRCS += ixgbe_dcb.c ixgbe_dcb_82598.c ixgbe_dcb_82599.c
|
2012-01-30 11:42:02 -05:00
|
|
|
SRCS += ixgbe_82599.c ixgbe_82598.c ixgbe_x540.c
|
2010-03-26 20:21:40 -04:00
|
|
|
CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP -DIXGBE_FDIR
|
2007-09-03 22:31:35 -04:00
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|