]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/ix/Makefile
Merge llvm trunk r321414 to contrib/llvm.
[FreeBSD/FreeBSD.git] / sys / modules / ix / Makefile
1 #$FreeBSD$
2
3 .PATH:  ${SRCTOP}/sys/dev/ixgbe
4
5 KMOD    = if_ix
6 SRCS    = device_if.h bus_if.h pci_if.h pci_iov_if.h
7 SRCS    += opt_inet.h opt_inet6.h opt_rss.h
8 SRCS    += if_ix.c if_bypass.c if_fdir.c if_sriov.c ix_txrx.c ixgbe_osdep.c
9 SRCS    += ixgbe_netmap.c
10 # Shared source
11 SRCS    += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_mbx.c ixgbe_vf.c
12 SRCS    += ixgbe_dcb.c ixgbe_dcb_82598.c ixgbe_dcb_82599.c
13 SRCS    += ixgbe_82598.c ixgbe_82599.c ixgbe_x540.c ixgbe_x550.c
14 CFLAGS+= -I${SRCTOP}/sys/dev/ixgbe -DSMP
15
16 .include <bsd.kmod.mk>