Message ID | 20230617-stimulant-untainted-3fa1955d386f@spud (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | [v1] riscv: dts: sort makefile entries by directory | expand |
Context | Check | Description |
---|---|---|
conchuod/tree_selection | fail | Failed to apply to next/pending-fixes, riscv/for-next or riscv/master |
On Sat, 17 Jun 2023 21:27:35 +0100, Conor Dooley wrote: > New additions to the list have tried to respect alphanumeric ordering, > but the thing was out of order to start with. Sort it. > > Applied to riscv-dt-for-next, thanks! [1/1] riscv: dts: sort makefile entries by directory https://git.kernel.org/conor/c/2bd9e07140ae Thanks, Conor.
diff --git a/arch/riscv/boot/dts/Makefile b/arch/riscv/boot/dts/Makefile index 1e884868ccba..f60a280abb15 100644 --- a/arch/riscv/boot/dts/Makefile +++ b/arch/riscv/boot/dts/Makefile @@ -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))