All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kbuild: sort single-targets alphabetically again
@ 2022-12-29  8:08 Masahiro Yamada
  2022-12-29 10:08 ` Miguel Ojeda
  0 siblings, 1 reply; 3+ messages in thread
From: Masahiro Yamada @ 2022-12-29  8:08 UTC (permalink / raw)
  To: linux-kbuild
  Cc: linux-kernel, Miguel Ojeda, Masahiro Yamada, Nathan Chancellor,
	Nick Desaulniers, Nicolas Schier

This was previously alphabetically sorted. Sort it again.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---

 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index c0d7c75d8f14..563ec1d8dd2f 100644
--- a/Makefile
+++ b/Makefile
@@ -289,7 +289,7 @@ no-compiler-targets := $(no-dot-config-targets) install dtbs_install \
 			headers_install modules_install kernelrelease image_name
 no-sync-config-targets := $(no-dot-config-targets) %install kernelrelease \
 			  image_name
-single-targets := %.a %.i %.rsi %.ko %.lds %.ll %.lst %.mod %.o %.s %.symtypes %/
+single-targets := %.a %.i %.ko %.lds %.ll %.lst %.mod %.rsi %.o %.s %.symtypes %/
 
 config-build	:=
 mixed-build	:=
-- 
2.34.1


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

* Re: [PATCH] kbuild: sort single-targets alphabetically again
  2022-12-29  8:08 [PATCH] kbuild: sort single-targets alphabetically again Masahiro Yamada
@ 2022-12-29 10:08 ` Miguel Ojeda
  2022-12-29 12:15   ` Masahiro Yamada
  0 siblings, 1 reply; 3+ messages in thread
From: Miguel Ojeda @ 2022-12-29 10:08 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: linux-kbuild, linux-kernel, Miguel Ojeda, Nathan Chancellor,
	Nick Desaulniers, Nicolas Schier

On Thu, Dec 29, 2022 at 9:08 AM Masahiro Yamada <masahiroy@kernel.org> wrote:
>
> -single-targets := %.a %.i %.rsi %.ko %.lds %.ll %.lst %.mod %.o %.s %.symtypes %/
> +single-targets := %.a %.i %.ko %.lds %.ll %.lst %.mod %.rsi %.o %.s %.symtypes %/

My bad, sorry. I added the `.rsi` near the `.i` due to the similarity
in purpose.

But it should go after `.o`, right? With that change:

Reviewed-by: Miguel Ojeda <ojeda@kernel.org>

Cheers,
Miguel

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

* Re: [PATCH] kbuild: sort single-targets alphabetically again
  2022-12-29 10:08 ` Miguel Ojeda
@ 2022-12-29 12:15   ` Masahiro Yamada
  0 siblings, 0 replies; 3+ messages in thread
From: Masahiro Yamada @ 2022-12-29 12:15 UTC (permalink / raw)
  To: Miguel Ojeda
  Cc: linux-kbuild, linux-kernel, Miguel Ojeda, Nathan Chancellor,
	Nick Desaulniers, Nicolas Schier

On Thu, Dec 29, 2022 at 7:08 PM Miguel Ojeda
<miguel.ojeda.sandonis@gmail.com> wrote:
>
> On Thu, Dec 29, 2022 at 9:08 AM Masahiro Yamada <masahiroy@kernel.org> wrote:
> >
> > -single-targets := %.a %.i %.rsi %.ko %.lds %.ll %.lst %.mod %.o %.s %.symtypes %/
> > +single-targets := %.a %.i %.ko %.lds %.ll %.lst %.mod %.rsi %.o %.s %.symtypes %/
>
> My bad, sorry. I added the `.rsi` near the `.i` due to the similarity
> in purpose.
>
> But it should go after `.o`, right? With that change:


My bad - I will send v2.



>
> Reviewed-by: Miguel Ojeda <ojeda@kernel.org>
>
> Cheers,
> Miguel



-- 
Best Regards
Masahiro Yamada

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

end of thread, other threads:[~2022-12-29 12:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-29  8:08 [PATCH] kbuild: sort single-targets alphabetically again Masahiro Yamada
2022-12-29 10:08 ` Miguel Ojeda
2022-12-29 12:15   ` Masahiro Yamada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.