summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <masahiroy@kernel.org>2022-12-29 21:16:42 +0900
committerMasahiro Yamada <masahiroy@kernel.org>2022-12-30 17:24:59 +0900
commitaa4847dbcdabfe80a1cff96480e4b3c8076a0356 (patch)
tree337ea936d58fab4f560cb1c704c7ad7520365d9a /Makefile
parent02a893bc99757d75b7abb43b74f210dfa3df8c4b (diff)
downloadlinux-aa4847dbcdabfe80a1cff96480e4b3c8076a0356.tar.bz2
kbuild: sort single-targets alphabetically again
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d4b6af8c09e9..a5133e422f69 100644
--- 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 :=