xref: /linux/drivers/net/ethernet/intel/iavf/Makefile (revision a1ff5a7d78a036d6c2178ee5acd6ba4946243800)
18062b226SJesse Brandeburg# SPDX-License-Identifier: GPL-2.0
28062b226SJesse Brandeburg# Copyright(c) 2013 - 2018 Intel Corporation.
38062b226SJesse Brandeburg#
48062b226SJesse Brandeburg# Makefile for the Intel(R) Ethernet Adaptive Virtual Function (iavf)
58062b226SJesse Brandeburg# driver
68062b226SJesse Brandeburg#
78062b226SJesse Brandeburg#
88062b226SJesse Brandeburg
98062b226SJesse Brandeburgccflags-y += -I$(src)
108062b226SJesse Brandeburgsubdir-ccflags-y += -I$(src)
118062b226SJesse Brandeburg
128062b226SJesse Brandeburgobj-$(CONFIG_IAVF) += iavf.o
138062b226SJesse Brandeburg
14*a2fe35dfSAndy Shevchenkoiavf-y := iavf_main.o iavf_ethtool.o iavf_virtchnl.o iavf_fdir.o \
15*a2fe35dfSAndy Shevchenko	  iavf_adv_rss.o iavf_txrx.o iavf_common.o iavf_adminq.o
16