162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ci# 362306a36Sopenharmony_ci# Makefile for Marvell's RVU Ethernet device drivers 462306a36Sopenharmony_ci# 562306a36Sopenharmony_ci 662306a36Sopenharmony_ciobj-$(CONFIG_OCTEONTX2_PF) += rvu_nicpf.o otx2_ptp.o 762306a36Sopenharmony_ciobj-$(CONFIG_OCTEONTX2_VF) += rvu_nicvf.o otx2_ptp.o 862306a36Sopenharmony_ci 962306a36Sopenharmony_cirvu_nicpf-y := otx2_pf.o otx2_common.o otx2_txrx.o otx2_ethtool.o \ 1062306a36Sopenharmony_ci otx2_flows.o otx2_tc.o cn10k.o otx2_dmac_flt.o \ 1162306a36Sopenharmony_ci otx2_devlink.o qos_sq.o qos.o 1262306a36Sopenharmony_cirvu_nicvf-y := otx2_vf.o otx2_devlink.o 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_cirvu_nicpf-$(CONFIG_DCB) += otx2_dcbnl.o 1562306a36Sopenharmony_cirvu_nicvf-$(CONFIG_DCB) += otx2_dcbnl.o 1662306a36Sopenharmony_cirvu_nicpf-$(CONFIG_MACSEC) += cn10k_macsec.o 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ciccflags-y += -I$(srctree)/drivers/net/ethernet/marvell/octeontx2/af 19