116547577SSunil Goutham# SPDX-License-Identifier: GPL-2.0
216547577SSunil Goutham#
3cb0e3ec4SSunil Goutham# Makefile for Marvell's RVU Ethernet device drivers
416547577SSunil Goutham#
516547577SSunil Goutham
60e9e7598SArnd Bergmannobj-$(CONFIG_OCTEONTX2_PF) += rvu_nicpf.o otx2_ptp.o
70e9e7598SArnd 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 \
100e9e7598SArnd Bergmann               otx2_flows.o otx2_tc.o cn10k.o otx2_dmac_flt.o \
115e6808b4SNaveen Mamindlapalli               otx2_devlink.o qos_sq.o qos.o
12*3ee9c732SGeetha sowjanyarvu_nicvf-y := otx2_vf.o
1316547577SSunil Goutham
148e675581SHariprasad Kelamrvu_nicpf-$(CONFIG_DCB) += otx2_dcbnl.o
15c54ffc73SSubbaraya Sundeeprvu_nicpf-$(CONFIG_MACSEC) += cn10k_macsec.o
168e675581SHariprasad Kelam
1716547577SSunil Gouthamccflags-y += -I$(srctree)/drivers/net/ethernet/marvell/octeontx2/af
18