diff mbox series

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

Message ID 20250212-wilc3000_bt-v1-7-9609b784874e@bootlin.com
State New
Headers show
Series [01/12] dt-bindings: bluetooth: describe wilc 3000 bluetooth chip | expand

Commit Message

Alexis Lothoré Feb. 12, 2025, 3:46 p.m. UTC
Put one object per line and sort them by alphabetical order

Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com>
---
 drivers/net/wireless/microchip/wilc1000/Makefile | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
diff mbox series

Patch

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