Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 #
0003 # Makefile for Cavium's Thunder ethernet device
0004 #
0005 
0006 obj-$(CONFIG_THUNDER_NIC_RGX) += thunder_xcv.o
0007 obj-$(CONFIG_THUNDER_NIC_BGX) += thunder_bgx.o
0008 obj-$(CONFIG_THUNDER_NIC_PF) += nicpf.o
0009 obj-$(CONFIG_THUNDER_NIC_VF) += nicvf.o
0010 
0011 nicpf-y := nic_main.o
0012 nicvf-y := nicvf_main.o nicvf_queues.o
0013 nicvf-y += nicvf_ethtool.o