]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/ixl/Makefile
Merge libc++ trunk r338150 (just before the 7.0.0 branch point), and
[FreeBSD/FreeBSD.git] / sys / modules / ixl / Makefile
1 #$FreeBSD$
2
3 .PATH:  ${SRCTOP}/sys/dev/ixl
4
5 KMOD    = if_ixl
6 SRCS    = device_if.h bus_if.h pci_if.h ifdi_if.h
7 SRCS    += opt_inet.h opt_inet6.h opt_rss.h opt_ixl.h opt_iflib.h
8 SRCS    += if_ixl.c ixl_pf_main.c ixl_pf_qmgr.c ixl_txrx.c ixl_pf_i2c.c i40e_osdep.c
9 SRCS.PCI_IOV = pci_iov_if.h ixl_pf_iov.c
10
11 # Shared source
12 SRCS    += i40e_common.c i40e_nvm.c i40e_adminq.c i40e_lan_hmc.c i40e_hmc.c i40e_dcb.c
13
14 # Debug messages / sysctls
15 # CFLAGS += -DIXL_DEBUG
16
17 #CFLAGS += -DIXL_IW
18 #SRCS   += ixl_iw.c
19
20 .include <bsd.kmod.mk>