aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/qlge/Makefile
diff options
context:
space:
mode:
authorBenjamin Poirier <bpoirier@suse.com>2019-07-23 15:14:13 +0900
committerDavid S. Miller <davem@davemloft.net>2019-07-23 11:29:40 -0700
commit955315b0dc8c8641311430f40fbe53990ba40e33 (patch)
tree5bcb98863a546da13f33b43cb6aaffa9914ab1b5 /drivers/staging/qlge/Makefile
parentMerge branch 'Convert-skb_frag_t-to-bio_vec' (diff)
downloadlinux-dev-955315b0dc8c8641311430f40fbe53990ba40e33.tar.xz
linux-dev-955315b0dc8c8641311430f40fbe53990ba40e33.zip
qlge: Move drivers/net/ethernet/qlogic/qlge/ to drivers/staging/qlge/
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>
Diffstat (limited to 'drivers/staging/qlge/Makefile')
-rw-r--r--drivers/staging/qlge/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/staging/qlge/Makefile b/drivers/staging/qlge/Makefile
new file mode 100644
index 000000000000..1dc2568e820c
--- /dev/null
+++ b/drivers/staging/qlge/Makefile
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-only
+#
+# Makefile for the Qlogic 10GbE PCI Express ethernet driver
+#
+
+obj-$(CONFIG_QLGE) += qlge.o
+
+qlge-objs := qlge_main.o qlge_dbg.o qlge_mpi.o qlge_ethtool.o