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