summaryrefslogtreecommitdiffstats
path: root/sys/modules/ixl/Makefile
blob: daacaec56a5ab56b7034dea95c8ba2ab70f350c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#$FreeBSD$

.PATH:  ${SRCTOP}/sys/dev/ixl

KMOD    = if_ixl
SRCS    = device_if.h bus_if.h pci_if.h pci_iov_if.h
SRCS    += opt_inet.h opt_inet6.h opt_rss.h opt_ixl.h
SRCS    += if_ixl.c ixl_pf_main.c ixl_pf_qmgr.c ixl_txrx.c ixl_pf_i2c.c i40e_osdep.c
SRCS	+= ixl_pf_iov.c ixl_iw.c

# Shared source
SRCS    += i40e_common.c i40e_nvm.c i40e_adminq.c i40e_lan_hmc.c i40e_hmc.c

# Debug messages / sysctls
# CFLAGS += -DIXL_DEBUG

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud