Merge tag 'perf-tools-fixes-for-v5.14-2021-07-18' of git://git.kernel.org/pub/scm...
[linux-2.6-microblaze.git] / drivers / net / ethernet / marvell / octeontx2 / nic / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 #
3 # Makefile for Marvell's OcteonTX2 ethernet device drivers
4 #
5
6 obj-$(CONFIG_OCTEONTX2_PF) += rvu_nicpf.o
7 obj-$(CONFIG_OCTEONTX2_VF) += rvu_nicvf.o
8
9 rvu_nicpf-y := otx2_pf.o otx2_common.o otx2_txrx.o otx2_ethtool.o \
10                otx2_ptp.o otx2_flows.o otx2_tc.o cn10k.o otx2_dmac_flt.o
11 rvu_nicvf-y := otx2_vf.o
12
13 ccflags-y += -I$(srctree)/drivers/net/ethernet/marvell/octeontx2/af