Deleted Added
sdiff udiff text old ( 211400 ) new ( 215911 )
full compact
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
5SRCS += ixgbe.c ixv.c
6# Shared source
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>