]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/modules/ix/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / sys / modules / ix / Makefile
1 #$FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../dev/ixgbe
4
5 KMOD    = if_ix
6 SRCS    = device_if.h bus_if.h pci_if.h
7 SRCS    += opt_inet.h opt_inet6.h
8 SRCS    += if_ix.c ix_txrx.c
9 # Shared source
10 SRCS    += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_mbx.c ixgbe_vf.c
11 SRCS    += ixgbe_dcb.c ixgbe_dcb_82598.c ixgbe_dcb_82599.c
12 SRCS    += ixgbe_82598.c ixgbe_82599.c ixgbe_x540.c ixgbe_x550.c
13 CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP
14
15 .include <bsd.kmod.mk>