Thread (22 messages) 22 messages, 5 authors, 2025-02-16
STALE480d

[PATCH 07/12] wifi: wilc1000: reorganize makefile objs into sorted list

From: Alexis Lothoré <hidden>
Date: 2025-02-12 15:47:55
Also in: linux-arm-kernel, linux-bluetooth, linux-devicetree, linux-wireless, lkml
Subsystem: microchip wilc1000 wifi driver, the rest · Maintainers: Ajay Singh, Claudiu Beznea, Linus Torvalds

Put one object per line and sort them by alphabetical order

Signed-off-by: Alexis Lothoré <redacted>
---
 drivers/net/wireless/microchip/wilc1000/Makefile | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/drivers/net/wireless/microchip/wilc1000/Makefile b/drivers/net/wireless/microchip/wilc1000/Makefile
index c3c9e34c1eaa93e7f6f13c6e4701f800408e8f89..9a2602b4a1494309ba06e4b553a8fc76a3f5433e 100644
--- a/drivers/net/wireless/microchip/wilc1000/Makefile
+++ b/drivers/net/wireless/microchip/wilc1000/Makefile
@@ -1,8 +1,14 @@
 # SPDX-License-Identifier: GPL-2.0
 obj-$(CONFIG_WILC1000) += wilc1000.o
 
-wilc1000-objs := cfg80211.o netdev.o mon.o \
-			hif.o wlan_cfg.o wlan.o
+wilc1000-objs := \
+	cfg80211.o \
+	hif.o \
+	mon.o \
+	netdev.o \
+	wlan.o \
+	wlan_cfg.o
+
 
 obj-$(CONFIG_WILC1000_SDIO) += wilc1000-sdio.o
 wilc1000-sdio-objs += sdio.o
-- 
2.48.0
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help