Deleted Added
full compact
Makefile (284049) Makefile (294444)
1#$FreeBSD: head/sys/modules/ixlv/Makefile 284049 2015-06-05 22:52:42Z jfv $
1#$FreeBSD: head/sys/modules/ixlv/Makefile 294444 2016-01-20 16:45:39Z bdrewery $
2
3.PATH: ${.CURDIR}/../../dev/ixl
4
5KMOD = if_ixlv
2
3.PATH: ${.CURDIR}/../../dev/ixl
4
5KMOD = if_ixlv
6SRCS = device_if.h bus_if.h pci_if.h opt_bdg.h
6SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h opt_bdg.h
7SRCS += opt_inet.h opt_inet6.h opt_rss.h
8SRCS += if_ixlv.c ixlvc.c ixl_txrx.c i40e_osdep.c
9
10# Shared source
11SRCS += i40e_common.c i40e_nvm.c i40e_adminq.c
12
13CFLAGS += -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>
7SRCS += opt_inet.h opt_inet6.h opt_rss.h
8SRCS += if_ixlv.c ixlvc.c ixl_txrx.c i40e_osdep.c
9
10# Shared source
11SRCS += i40e_common.c i40e_nvm.c i40e_adminq.c
12
13CFLAGS += -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>