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

Vladimir Zapolskiy posted 2 patches 1 month, 1 week ago
[PATCH 1/2] soc: Sort the list of subfolders alphabetically
Posted by Vladimir Zapolskiy 1 month, 1 week ago
Move 'amlogic' to the top, it will allow to keep the alphabetical order
of subfolders.

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