mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
955315b0dc
The hardware has been declared EOL by the vendor more than 5 years ago. What's more relevant to the Linux kernel is that the quality of this driver is not on par with many other mainline drivers. Cc: Manish Chopra <manishc@marvell.com> Message-id: <20190617074858.32467-1-bpoirier@suse.com> Signed-off-by: Benjamin Poirier <bpoirier@suse.com> Signed-off-by: David S. Miller <davem@davemloft.net>
11 lines
246 B
Makefile
11 lines
246 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the QLogic network device drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_QLA3XXX) += qla3xxx.o
|
|
obj-$(CONFIG_QLCNIC) += qlcnic/
|
|
obj-$(CONFIG_NETXEN_NIC) += netxen/
|
|
obj-$(CONFIG_QED) += qed/
|
|
obj-$(CONFIG_QEDE)+= qede/
|