Makefile 351 B

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