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_ixv
|
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-12-20 13:15:06 -05:00
|
|
|
SRCS += if_ixv.c if_fdir.c ix_txrx.c ixgbe_osdep.c
|
2007-09-03 22:31:35 -04:00
|
|
|
# Shared source
|
2015-06-24 11:53:52 -04: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
|
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>
|