Skip to content

Commit 2bd9e07

Browse files
committed
riscv: dts: sort makefile entries by directory
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>
1 parent c1362fd commit 2bd9e07

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/riscv/boot/dts/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# SPDX-License-Identifier: GPL-2.0
22
subdir-y += allwinner
3-
subdir-y += sifive
4-
subdir-y += starfive
5-
subdir-y += thead
63
subdir-y += canaan
74
subdir-y += microchip
85
subdir-y += renesas
6+
subdir-y += sifive
7+
subdir-y += starfive
8+
subdir-y += thead
99

1010
obj-$(CONFIG_BUILTIN_DTB) := $(addsuffix /, $(subdir-y))

0 commit comments

Comments
 (0)