DIR:/usr/lib/modules/5.14.0-503.14.1.el9_5.x86_64/build/drivers/net/ethernet/cavium/thunder/ |
Current File : //usr/lib/modules/5.14.0-503.14.1.el9_5.x86_64/build/drivers/net/ethernet/cavium/thunder/Makefile |
# SPDX-License-Identifier: GPL-2.0 # # Makefile for Cavium's Thunder ethernet device # obj-$(CONFIG_THUNDER_NIC_RGX) += thunder_xcv.o obj-$(CONFIG_THUNDER_NIC_BGX) += thunder_bgx.o obj-$(CONFIG_THUNDER_NIC_PF) += nicpf.o obj-$(CONFIG_THUNDER_NIC_VF) += nicvf.o nicpf-y := nic_main.o nicvf-y := nicvf_main.o nicvf_queues.o nicvf-y += nicvf_ethtool.o |