mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 22:16:46 +07:00
aa43c2158d
Moves the QLogic drivers into drivers/net/ethernet/qlogic/ and the necessary Kconfig and Makefile changes. CC: Ron Mercer <ron.mercer@qlogic.com> CC: Amit Kumar Salecha <amit.salecha@qlogic.com> CC: Anirban Chakraborty <anirban.chakraborty@qlogic.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Acked-by: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
9 lines
185 B
Makefile
9 lines
185 B
Makefile
#
|
|
# Makefile for Qlogic 1G/10G Ethernet Driver for CNA devices
|
|
#
|
|
|
|
obj-$(CONFIG_QLCNIC) := qlcnic.o
|
|
|
|
qlcnic-y := qlcnic_hw.o qlcnic_main.o qlcnic_init.o \
|
|
qlcnic_ethtool.o qlcnic_ctx.o
|