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 7 8octeontx2_nicpf-y := otx2_pf.o otx2_common.o otx2_txrx.o otx2_ethtool.o 9 10ccflags-y += -I$(srctree)/drivers/net/ethernet/marvell/octeontx2/af 11