xref: /linux/drivers/net/ethernet/intel/iavf/Makefile (revision 1a9239bb4253f9076b5b4b2a1a4e8d7defd77a95)
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
14a2fe35dfSAndy Shevchenkoiavf-y := iavf_main.o iavf_ethtool.o iavf_virtchnl.o iavf_fdir.o \
15a2fe35dfSAndy Shevchenko	  iavf_adv_rss.o iavf_txrx.o iavf_common.o iavf_adminq.o
16*d734223bSJacob Keller
17*d734223bSJacob Kelleriavf-$(CONFIG_PTP_1588_CLOCK) += iavf_ptp.o
18