Skip to content

Commit 7b6ef6e

Browse files
masahir0yRich Felker
authored andcommitted
sh: boot: add intermediate vmlinux.bin* to targets instead of extra-y
You do not need to build all of vmlinux.bin* They are built on demand as prerequsites of uImage.bin*, hence should be added to targets instead of extra-y. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Tested-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Signed-off-by: Rich Felker <dalias@libc.org>
1 parent 0341bd3 commit 7b6ef6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arch/sh/boot/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ suffix-$(CONFIG_KERNEL_XZ) := xz
2727
suffix-$(CONFIG_KERNEL_LZO) := lzo
2828

2929
targets := zImage vmlinux.srec romImage uImage uImage.srec uImage.gz \
30-
uImage.bz2 uImage.lzma uImage.xz uImage.lzo uImage.bin
31-
extra-y += vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma \
30+
uImage.bz2 uImage.lzma uImage.xz uImage.lzo uImage.bin \
31+
vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma \
3232
vmlinux.bin.xz vmlinux.bin.lzo
3333
subdir- := compressed romimage
3434

0 commit comments

Comments
 (0)