116547577SSunil Goutham# SPDX-License-Identifier: GPL-2.0
216547577SSunil Goutham#
316547577SSunil Goutham# Makefile for Marvell's OcteonTX2 ethernet device drivers
416547577SSunil Goutham#
516547577SSunil Goutham
616547577SSunil Gouthamobj-$(CONFIG_OCTEONTX2_PF) += octeontx2_nicpf.o
73184fb5bSTomasz Duszynskiobj-$(CONFIG_OCTEONTX2_VF) += octeontx2_nicvf.o
816547577SSunil Goutham
9c9c12d33SAleksey Makarovocteontx2_nicpf-y := otx2_pf.o otx2_common.o otx2_txrx.o otx2_ethtool.o \
10*f0a1913fSSubbaraya Sundeep		     otx2_ptp.o otx2_flows.o
113184fb5bSTomasz Duszynskiocteontx2_nicvf-y := otx2_vf.o
1216547577SSunil Goutham
1316547577SSunil Gouthamccflags-y += -I$(srctree)/drivers/net/ethernet/marvell/octeontx2/af
14