[PATCH 1/2] soc: Sort the list of subfolders alphabetically

From: Vladimir Zapolskiy
Date: Thu Jan 01 2026 - 18:57:25 EST


Move 'amlogic' to the top, it will allow to keep the alphabetical order
of subfolders.

Signed-off-by: Vladimir Zapolskiy <vz@xxxxxxxxx>
---
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