1# 2# Makefile for Cavium's Thunder ethernet device 3# 4 5obj-$(CONFIG_THUNDER_NIC_RGX) += thunder_xcv.o 6obj-$(CONFIG_THUNDER_NIC_BGX) += thunder_bgx.o 7obj-$(CONFIG_THUNDER_NIC_PF) += nicpf.o 8obj-$(CONFIG_THUNDER_NIC_VF) += nicvf.o 9 10nicpf-y := nic_main.o 11nicvf-y := nicvf_main.o nicvf_queues.o 12nicvf-y += nicvf_ethtool.o 13