14 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile for Cavium's Thunder ethernet device4#5 6obj-$(CONFIG_THUNDER_NIC_RGX) += thunder_xcv.o7obj-$(CONFIG_THUNDER_NIC_BGX) += thunder_bgx.o8obj-$(CONFIG_THUNDER_NIC_PF) += nicpf.o9obj-$(CONFIG_THUNDER_NIC_VF) += nicvf.o10 11nicpf-y := nic_main.o12nicvf-y := nicvf_main.o nicvf_queues.o13nicvf-y += nicvf_ethtool.o14