]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/ixgbe/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.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_dcb.c ixgbe_dcb_82598.c ixgbe_dcb_82599.c
9 SRCS    += ixgbe_82599.c ixgbe_82598.c ixgbe_x540.c
10 CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP -DIXGBE_FDIR
11
12 .include <bsd.kmod.mk>