Skip to content

Commit aa4847d

Browse files
committed
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>
1 parent 02a893b commit aa4847d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ no-compiler-targets := $(no-dot-config-targets) install dtbs_install \
297297
headers_install modules_install kernelrelease image_name
298298
no-sync-config-targets := $(no-dot-config-targets) %install kernelrelease \
299299
image_name
300-
single-targets := %.a %.i %.rsi %.ko %.lds %.ll %.lst %.mod %.o %.s %.symtypes %/
300+
single-targets := %.a %.i %.ko %.lds %.ll %.lst %.mod %.o %.rsi %.s %.symtypes %/
301301

302302
config-build :=
303303
mixed-build :=

0 commit comments

Comments
 (0)