18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 28c2ecf20Sopenharmony_ci# 38c2ecf20Sopenharmony_ci# Makefile for Marvell's OcteonTX2 ethernet device drivers 48c2ecf20Sopenharmony_ci# 58c2ecf20Sopenharmony_ci 68c2ecf20Sopenharmony_ciobj-$(CONFIG_OCTEONTX2_PF) += octeontx2_nicpf.o 78c2ecf20Sopenharmony_ciobj-$(CONFIG_OCTEONTX2_VF) += octeontx2_nicvf.o 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ciocteontx2_nicpf-y := otx2_pf.o otx2_common.o otx2_txrx.o otx2_ethtool.o \ 108c2ecf20Sopenharmony_ci otx2_ptp.o 118c2ecf20Sopenharmony_ciocteontx2_nicvf-y := otx2_vf.o 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ciccflags-y += -I$(srctree)/drivers/net/ethernet/marvell/octeontx2/af 14