2007-09-04 02:31:35 +00:00
|
|
|
#$FreeBSD$
|
2012-05-30 13:55:43 +00:00
|
|
|
|
2017-03-04 10:10:17 +00:00
|
|
|
.PATH: ${SRCTOP}/sys/dev/ixgbe
|
2012-05-30 13:55:43 +00:00
|
|
|
|
2015-03-17 18:32:28 +00:00
|
|
|
KMOD = if_ixv
|
2017-12-20 18:15:06 +00:00
|
|
|
SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h ifdi_if.h
|
2014-08-04 04:21:32 +00:00
|
|
|
SRCS += opt_inet.h opt_inet6.h opt_rss.h
|
2017-12-20 18:15:06 +00:00
|
|
|
SRCS += if_ixv.c if_fdir.c ix_txrx.c ixgbe_osdep.c
|
2007-09-04 02:31:35 +00:00
|
|
|
# Shared source
|
2015-06-24 15:53:52 +00:00
|
|
|
SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_mbx.c ixgbe_vf.c
|
|
|
|
SRCS += ixgbe_dcb.c ixgbe_dcb_82598.c ixgbe_dcb_82599.c
|
|
|
|
SRCS += ixgbe_82598.c ixgbe_82599.c ixgbe_x540.c ixgbe_x550.c
|
2017-03-04 10:10:17 +00:00
|
|
|
CFLAGS+= -I${SRCTOP}/sys/dev/ixgbe -DSMP
|
2007-09-04 02:31:35 +00:00
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|