Re: [PATCH] kbuild: sort single-targets alphabetically again

From: Miguel Ojeda
Date: Thu Dec 29 2022 - 05:16:40 EST


On Thu, Dec 29, 2022 at 9:08 AM Masahiro Yamada <masahiroy@xxxxxxxxxx> 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@xxxxxxxxxx>

Cheers,
Miguel