1#$FreeBSD: releng/11.0/sys/modules/ixl/Makefile 303967 2016-08-11 19:13:30Z sbruno $
2
3.PATH:  ${.CURDIR}/../../dev/ixl
4
5KMOD    = if_ixl
6SRCS    = device_if.h bus_if.h pci_if.h pci_iov_if.h
7SRCS    += opt_inet.h opt_inet6.h opt_rss.h
8SRCS    += if_ixl.c ixl_pf_main.c ixl_pf_qmgr.c ixl_txrx.c i40e_osdep.c
9SRCS	+= ixl_pf_iov.c
10
11# Shared source
12SRCS    += i40e_common.c i40e_nvm.c i40e_adminq.c i40e_lan_hmc.c i40e_hmc.c
13
14# Debug messages / sysctls
15# CFLAGS += -DIXL_DEBUG
16
17.include <bsd.kmod.mk>
18