OSDN Git Service

kbuild: sort single-targets alphabetically again
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 29 Dec 2022 12:16:42 +0000 (21:16 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Fri, 30 Dec 2022 08:24:59 +0000 (17:24 +0900)
This was previously alphabetically sorted. Sort it again.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Miguel Ojeda <ojeda@kernel.org>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Makefile

index d4b6af8..a5133e4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -297,7 +297,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 %.o %.rsi %.s %.symtypes %/
 
 config-build   :=
 mixed-build    :=