2007-09-03 22:31:35 -04:00
|
|
|
#$FreeBSD$
|
2012-05-30 09:55:43 -04:00
|
|
|
|
2017-03-04 05:10:17 -05:00
|
|
|
.PATH: ${SRCTOP}/sys/dev/ixgbe
|
2012-05-30 09:55:43 -04:00
|
|
|
|
2015-03-17 14:32:28 -04:00
|
|
|
KMOD = if_ix
|
2017-12-20 13:15:06 -05:00
|
|
|
SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h ifdi_if.h
|
2014-08-04 00:21:32 -04:00
|
|
|
SRCS += opt_inet.h opt_inet6.h opt_rss.h
|
2017-07-05 13:27:03 -04:00
|
|
|
SRCS += if_ix.c if_bypass.c if_fdir.c if_sriov.c ix_txrx.c ixgbe_osdep.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
|
2015-04-30 18:56:43 -04:00
|
|
|
SRCS += ixgbe_82598.c ixgbe_82599.c ixgbe_x540.c ixgbe_x550.c
|
2020-02-06 16:01:19 -05:00
|
|
|
CFLAGS+= -I${SRCTOP}/sys/dev/ixgbe
|
2007-09-03 22:31:35 -04:00
|
|
|
|
|
|
|
|
.include <bsd.kmod.mk>
|