116547577SSunil Goutham# SPDX-License-Identifier: GPL-2.0
216547577SSunil Goutham#
316547577SSunil Goutham# Makefile for Marvell's OcteonTX2 ethernet device drivers
416547577SSunil Goutham#
516547577SSunil Goutham
6*facede82SSubbaraya Sundeepobj-$(CONFIG_OCTEONTX2_PF) += rvu_nicpf.o
7*facede82SSubbaraya Sundeepobj-$(CONFIG_OCTEONTX2_VF) += rvu_nicvf.o
816547577SSunil Goutham
9*facede82SSubbaraya Sundeeprvu_nicpf-y := otx2_pf.o otx2_common.o otx2_txrx.o otx2_ethtool.o \
10f0a1913fSSubbaraya Sundeep		     otx2_ptp.o otx2_flows.o
11*facede82SSubbaraya Sundeeprvu_nicvf-y := otx2_vf.o
1216547577SSunil Goutham
1316547577SSunil Gouthamccflags-y += -I$(srctree)/drivers/net/ethernet/marvell/octeontx2/af
14