[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <2023101709-amuck-upward-46f1@gregkh>
Date: Tue, 17 Oct 2023 10:13:10 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-staging@...ts.linux.dev
Cc: linux-kernel@...r.kernel.org,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Thorsten Leemhuis <linux@...mhuis.info>,
Philipp Hortmann <philipp.g.hortmann@...il.com>,
Arnd Bergmann <arnd@...db.de>
Subject: [PATCH] staging: rtl8192u: remove entry from Makefile
In commit 697455ce4110 ("staging: rtl8192u: Remove broken driver"), the
driver was removed, along with the Kconfig entry, but the Makefile line
in drivers/staging/Makefile was not updated, so things like 'make clean'
fail to work properly as they will decend into all subdirectories to try
to clean things up.
Resolve this by removing the entry in the main staging Makefile.
Reported-by: Thorsten Leemhuis <linux@...mhuis.info>
Cc: Philipp Hortmann <philipp.g.hortmann@...il.com>
Cc: Arnd Bergmann <arnd@...db.de>
Fixes: 697455ce4110 ("staging: rtl8192u: Remove broken driver")
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
---
drivers/staging/Makefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile
index ffa70dda481d..0f6379436443 100644
--- a/drivers/staging/Makefile
+++ b/drivers/staging/Makefile
@@ -4,7 +4,6 @@
obj-y += media/
obj-$(CONFIG_PRISM2_USB) += wlan-ng/
obj-$(CONFIG_FB_OLPC_DCON) += olpc_dcon/
-obj-$(CONFIG_RTL8192U) += rtl8192u/
obj-$(CONFIG_RTL8192E) += rtl8192e/
obj-$(CONFIG_RTL8723BS) += rtl8723bs/
obj-$(CONFIG_R8712U) += rtl8712/
--
2.42.0
Powered by blists - more mailing lists