[PATCH 1/2] soc: Sort the list of subfolders alphabetically
Vladimir Zapolskiy
vz at mleia.com
Thu Jan 1 15:56:46 PST 2026
Move 'amlogic' to the top, it will allow to keep the alphabetical order
of subfolders.
Signed-off-by: Vladimir Zapolskiy <vz at mleia.com>
---
drivers/soc/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/soc/Makefile b/drivers/soc/Makefile
index c9e689080ceb..47a3925ff84c 100644
--- a/drivers/soc/Makefile
+++ b/drivers/soc/Makefile
@@ -3,6 +3,7 @@
# Makefile for the Linux Kernel SOC specific device drivers.
#
+obj-y += amlogic/
obj-y += apple/
obj-y += aspeed/
obj-$(CONFIG_ARCH_AT91) += atmel/
@@ -24,7 +25,6 @@ obj-y += mediatek/
obj-y += microchip/
obj-y += nuvoton/
obj-y += pxa/
-obj-y += amlogic/
obj-y += qcom/
obj-y += renesas/
obj-y += rockchip/
--
2.43.0
More information about the linux-arm-kernel
mailing list