1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for Marvell's OcteonTX2 ethernet device drivers 4# 5 6obj-$(CONFIG_OCTEONTX2_PF) += octeontx2_nicpf.o 7obj-$(CONFIG_OCTEONTX2_VF) += octeontx2_nicvf.o 8 9octeontx2_nicpf-y := otx2_pf.o otx2_common.o otx2_txrx.o otx2_ethtool.o \ 10 otx2_ptp.o otx2_flows.o 11octeontx2_nicvf-y := otx2_vf.o 12 13ccflags-y += -I$(srctree)/drivers/net/ethernet/marvell/octeontx2/af 14