]> CyberLeo.Net >> Repos - FreeBSD/releng/8.2.git/blob - sys/modules/ixgbe/Makefile
MFC r217727
[FreeBSD/releng/8.2.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>