riscv: dts: sort makefile entries by directory
authorConor Dooley <conor.dooley@microchip.com>
Sat, 17 Jun 2023 20:27:35 +0000 (21:27 +0100)
committerConor Dooley <conor.dooley@microchip.com>
Mon, 19 Jun 2023 06:59:36 +0000 (07:59 +0100)
New additions to the list have tried to respect alphanumeric ordering,
but the thing was out of order to start with. Sort it.

Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
arch/riscv/boot/dts/Makefile

index 1e88486..f60a280 100644 (file)
@@ -1,10 +1,10 @@
 # SPDX-License-Identifier: GPL-2.0
 subdir-y += allwinner
-subdir-y += sifive
-subdir-y += starfive
-subdir-y += thead
 subdir-y += canaan
 subdir-y += microchip
 subdir-y += renesas
+subdir-y += sifive
+subdir-y += starfive
+subdir-y += thead
 
 obj-$(CONFIG_BUILTIN_DTB) := $(addsuffix /, $(subdir-y))