Deleted Added
full compact
Makefile (280182) Makefile (282290)
1#$FreeBSD: head/sys/modules/ix/Makefile 280182 2015-03-17 18:32:28Z jfv $
1#$FreeBSD: head/sys/modules/ix/Makefile 282290 2015-04-30 22:56:43Z erj $
2
3.PATH: ${.CURDIR}/../../dev/ixgbe
4
5KMOD = if_ix
6SRCS = device_if.h bus_if.h pci_if.h
7SRCS += opt_inet.h opt_inet6.h opt_rss.h
8SRCS += if_ix.c ix_txrx.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
2
3.PATH: ${.CURDIR}/../../dev/ixgbe
4
5KMOD = if_ix
6SRCS = device_if.h bus_if.h pci_if.h
7SRCS += opt_inet.h opt_inet6.h opt_rss.h
8SRCS += if_ix.c ix_txrx.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_82599.c ixgbe_82598.c ixgbe_x540.c
12SRCS += ixgbe_82598.c ixgbe_82599.c ixgbe_x540.c ixgbe_x550.c
13CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP
14
15.include <bsd.kmod.mk>
13CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP
14
15.include <bsd.kmod.mk>