Deleted Added
full compact
Makefile (319182) Makefile (320897)
1#$FreeBSD: stable/11/sys/modules/ixv/Makefile 319182 2017-05-30 04:11:12Z ngie $
1#$FreeBSD: stable/11/sys/modules/ixv/Makefile 320897 2017-07-11 21:25:07Z erj $
2
3.PATH: ${SRCTOP}/sys/dev/ixgbe
4
5KMOD = if_ixv
6SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h
7SRCS += opt_inet.h opt_inet6.h opt_rss.h
2
3.PATH: ${SRCTOP}/sys/dev/ixgbe
4
5KMOD = if_ixv
6SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h
7SRCS += opt_inet.h opt_inet6.h opt_rss.h
8SRCS += if_ixv.c ix_txrx.c ixgbe_osdep.c
8SRCS += if_ixv.c if_fdir.c if_sriov.c ix_txrx.c ixgbe_osdep.c ixgbe_netmap.c
9# Shared source
10SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_mbx.c ixgbe_vf.c
11SRCS += ixgbe_dcb.c ixgbe_dcb_82598.c ixgbe_dcb_82599.c
12SRCS += ixgbe_82598.c ixgbe_82599.c ixgbe_x540.c ixgbe_x550.c
13CFLAGS+= -I${SRCTOP}/sys/dev/ixgbe -DSMP
14
15.include <bsd.kmod.mk>
9# Shared source
10SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_mbx.c ixgbe_vf.c
11SRCS += ixgbe_dcb.c ixgbe_dcb_82598.c ixgbe_dcb_82599.c
12SRCS += ixgbe_82598.c ixgbe_82599.c ixgbe_x540.c ixgbe_x550.c
13CFLAGS+= -I${SRCTOP}/sys/dev/ixgbe -DSMP
14
15.include <bsd.kmod.mk>