xref: /openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/Makefile (revision 4464005a12b5c79e1a364e6272ee10a83413f928)
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
10octeontx2_nicvf-y := otx2_vf.o
11
12ccflags-y += -I$(srctree)/drivers/net/ethernet/marvell/octeontx2/af
13