1270346Sjfv#$FreeBSD: releng/11.0/sys/modules/ixlv/Makefile 303967 2016-08-11 19:13:30Z sbruno $
2270346Sjfv
3270346Sjfv.PATH:  ${.CURDIR}/../../dev/ixl
4270346Sjfv
5270346SjfvKMOD    = if_ixlv
6303679SbdrewerySRCS    = device_if.h bus_if.h pci_if.h pci_iov_if.h
7277084SjfvSRCS    += opt_inet.h opt_inet6.h opt_rss.h
8270346SjfvSRCS    += if_ixlv.c ixlvc.c ixl_txrx.c i40e_osdep.c
9270346Sjfv
10270346Sjfv# Shared source
11284049SjfvSRCS    += i40e_common.c i40e_nvm.c i40e_adminq.c
12270346Sjfv
13270346Sjfv# Debug messages / sysctls
14303967Ssbruno# CFLAGS += -DIXL_DEBUG
15270346Sjfv
16270346Sjfv.include <bsd.kmod.mk>
17