Deleted Added
full compact
Makefile (270631) Makefile (274360)
1#$FreeBSD: stable/10/sys/modules/ixlv/Makefile 270631 2014-08-25 22:04:29Z jfv $
1#$FreeBSD: stable/10/sys/modules/ixlv/Makefile 274360 2014-11-10 23:56:06Z jfv $
2
3.include <bsd.own.mk>
4
5.PATH: ${.CURDIR}/../../dev/ixl
6
7KMOD = if_ixlv
8SRCS = device_if.h bus_if.h pci_if.h opt_bdg.h
9SRCS += opt_inet.h opt_inet6.h
10SRCS += if_ixlv.c ixlvc.c ixl_txrx.c i40e_osdep.c
11
12# Shared source
2
3.include <bsd.own.mk>
4
5.PATH: ${.CURDIR}/../../dev/ixl
6
7KMOD = if_ixlv
8SRCS = device_if.h bus_if.h pci_if.h opt_bdg.h
9SRCS += opt_inet.h opt_inet6.h
10SRCS += if_ixlv.c ixlvc.c ixl_txrx.c i40e_osdep.c
11
12# Shared source
13SRCS += i40e_common.c i40e_adminq.c i40e_lan_hmc.c i40e_hmc.c
13SRCS += i40e_common.c i40e_nvm.c i40e_adminq.c i40e_lan_hmc.c i40e_hmc.c
14
15CFLAGS += -DSMP
16
17# Add Flow Director support
18# CFLAGS += -DIXL_FDIR
19# Debug messages / sysctls
20# CFLAGS += -DIXL_DEBUG
21

--- 13 unchanged lines hidden ---
14
15CFLAGS += -DSMP
16
17# Add Flow Director support
18# CFLAGS += -DIXL_FDIR
19# Debug messages / sysctls
20# CFLAGS += -DIXL_DEBUG
21

--- 13 unchanged lines hidden ---