# SPDX-License-Identifier: GPL-2.0 # # Makefile for Cavium's Thunder ethernet device # obj-$([31mCONFIG_THUNDER_NIC_RGX[0m) += thunder_xcv.o obj-$([31mCONFIG_THUNDER_NIC_BGX[0m) += thunder_bgx.o obj-$([31mCONFIG_THUNDER_NIC_PF[0m) += nicpf.o obj-$([31mCONFIG_THUNDER_NIC_VF[0m) += nicvf.o nicpf-y := nic_main.o nicvf-y := nicvf_main.o nicvf_queues.o nicvf-y += nicvf_ethtool.o |