Deleted Added
full compact
Makefile (211400) Makefile (215911)
1#$FreeBSD: head/sys/modules/ixgbe/Makefile 211400 2010-08-16 17:48:55Z yongari $
1#$FreeBSD: head/sys/modules/ixgbe/Makefile 215911 2010-11-26 22:46:32Z jfv $
2.PATH: ${.CURDIR}/../../dev/ixgbe
3KMOD = ixgbe
4SRCS = device_if.h bus_if.h pci_if.h
2.PATH: ${.CURDIR}/../../dev/ixgbe
3KMOD = ixgbe
4SRCS = device_if.h bus_if.h pci_if.h
5SRCS += ixgbe.c
5SRCS += ixgbe.c ixv.c
6# Shared source
6# Shared source
7SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c
7SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_mbx.c ixgbe_vf.c
8SRCS += ixgbe_82599.c ixgbe_82598.c
9CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP -DIXGBE_FDIR
10
11.include <bsd.kmod.mk>
8SRCS += ixgbe_82599.c ixgbe_82598.c
9CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP -DIXGBE_FDIR
10
11.include <bsd.kmod.mk>