]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - sys/modules/ixgbe/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / sys / modules / ixgbe / Makefile
1 #$FreeBSD$
2 .PATH:  ${.CURDIR}/../../dev/ixgbe
3 KMOD    = ixgbe
4 SRCS    = device_if.h bus_if.h pci_if.h
5 SRCS    += ixgbe.c ixv.c
6 # Shared source
7 SRCS    += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_mbx.c ixgbe_vf.c
8 SRCS    += ixgbe_82599.c ixgbe_82598.c
9 CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP -DIXGBE_FDIR
10
11 .include <bsd.kmod.mk>