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
9d45d8979SChristina Jacobocteontx2_nicpf-y := otx2_pf.o otx2_common.o otx2_txrx.o otx2_ethtool.o
103184fb5bSTomasz Duszynskiocteontx2_nicvf-y := otx2_vf.o
1116547577SSunil Goutham
1216547577SSunil Gouthamccflags-y += -I$(srctree)/drivers/net/ethernet/marvell/octeontx2/af
13