xref: /linux/drivers/net/ethernet/cavium/thunder/Makefile (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0
24863dea3SSunil Goutham#
34863dea3SSunil Goutham# Makefile for Cavium's Thunder ethernet device
44863dea3SSunil Goutham#
54863dea3SSunil Goutham
66465859aSSunil Gouthamobj-$(CONFIG_THUNDER_NIC_RGX) += thunder_xcv.o
74863dea3SSunil Gouthamobj-$(CONFIG_THUNDER_NIC_BGX) += thunder_bgx.o
84863dea3SSunil Gouthamobj-$(CONFIG_THUNDER_NIC_PF) += nicpf.o
94863dea3SSunil Gouthamobj-$(CONFIG_THUNDER_NIC_VF) += nicvf.o
104863dea3SSunil Goutham
114863dea3SSunil Gouthamnicpf-y := nic_main.o
124863dea3SSunil Gouthamnicvf-y := nicvf_main.o nicvf_queues.o
134863dea3SSunil Gouthamnicvf-y += nicvf_ethtool.o
14