]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/ixl/Makefile
MFV r260710 + 275532:
[FreeBSD/FreeBSD.git] / sys / modules / ixl / Makefile
1 #$FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../dev/ixl
4
5 KMOD    = if_ixl
6 SRCS    = device_if.h bus_if.h pci_if.h opt_bdg.h
7 SRCS    += opt_inet.h opt_inet6.h
8 SRCS    += if_ixl.c ixl_txrx.c i40e_osdep.c
9
10 # Shared source
11 SRCS    += i40e_common.c i40e_nvm.c i40e_adminq.c i40e_lan_hmc.c i40e_hmc.c
12
13 CFLAGS  += -DSMP
14
15 # Add Flow Director support
16 # CFLAGS += -DIXL_FDIR
17 # Debug messages / sysctls
18 # CFLAGS += -DIXLE_DEBUG
19
20 .include <bsd.kmod.mk>