116547577SSunil Goutham# SPDX-License-Identifier: GPL-2.0
216547577SSunil Goutham#
3cb0e3ec4SSunil Goutham# Makefile for Marvell's RVU Ethernet device drivers
416547577SSunil Goutham#
516547577SSunil Goutham
6*0e9e7598SArnd Bergmannobj-$(CONFIG_OCTEONTX2_PF) += rvu_nicpf.o otx2_ptp.o
7*0e9e7598SArnd Bergmannobj-$(CONFIG_OCTEONTX2_VF) += rvu_nicvf.o otx2_ptp.o
816547577SSunil Goutham
9facede82SSubbaraya Sundeeprvu_nicpf-y := otx2_pf.o otx2_common.o otx2_txrx.o otx2_ethtool.o \
10*0e9e7598SArnd Bergmann               otx2_flows.o otx2_tc.o cn10k.o otx2_dmac_flt.o \
112da48943SSunil Goutham               otx2_devlink.o
12*0e9e7598SArnd Bergmannrvu_nicvf-y := otx2_vf.o otx2_devlink.o
1316547577SSunil Goutham
1416547577SSunil Gouthamccflags-y += -I$(srctree)/drivers/net/ethernet/marvell/octeontx2/af
15