Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 # Copyright(c) 2013 - 2018 Intel Corporation.
0003 #
0004 # Makefile for the Intel(R) Ethernet Adaptive Virtual Function (iavf)
0005 # driver
0006 #
0007 #
0008 
0009 ccflags-y += -I$(src)
0010 subdir-ccflags-y += -I$(src)
0011 
0012 obj-$(CONFIG_IAVF) += iavf.o
0013 
0014 iavf-objs := iavf_main.o iavf_ethtool.o iavf_virtchnl.o iavf_fdir.o \
0015              iavf_adv_rss.o \
0016              iavf_txrx.o iavf_common.o iavf_adminq.o iavf_client.o