linux-riscv.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1] riscv: dts: sort makefile entries by directory
@ 2023-06-17 20:27 Conor Dooley
  2023-06-19  7:02 ` Conor Dooley
  0 siblings, 1 reply; 2+ messages in thread
From: Conor Dooley @ 2023-06-17 20:27 UTC (permalink / raw)
  To: linux-riscv; +Cc: conor, Conor Dooley

From: Conor Dooley <conor.dooley@microchip.com>

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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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))
-- 
2.39.2


_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v1] riscv: dts: sort makefile entries by directory
  2023-06-17 20:27 [PATCH v1] riscv: dts: sort makefile entries by directory Conor Dooley
@ 2023-06-19  7:02 ` Conor Dooley
  0 siblings, 0 replies; 2+ messages in thread
From: Conor Dooley @ 2023-06-19  7:02 UTC (permalink / raw)
  To: linux-riscv, Conor Dooley; +Cc: conor.dooley

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.

_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-19  7:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-17 20:27 [PATCH v1] riscv: dts: sort makefile entries by directory Conor Dooley
2023-06-19  7:02 ` Conor Dooley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).