OpenCloudOS-Kernel/arch/unicore32/boot/compressed
Masahiro Yamada c649bd59b6 unicore32: simplify linker script generation for decompressor
When I was searching for unneeded $(KCONFIG_CONFIG) usages, I noticed
this strange build dependency.

It can use $(call if_changed,...) in case ZTEXTADDR and ZBSSADDR are
changed, but even a simpler way is to use the pattern rule in
scripts/Makefile.build. This is what arch/arm/boot/compressed/Makefile
does.

I did only build test. I confirmed equivalent vmlinux.lds was generated.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
2019-03-14 02:39:11 +09:00
..
Makefile unicore32: simplify linker script generation for decompressor 2019-03-14 02:39:11 +09:00
head.S
misc.c lib/decompressors: use real out buf size for gunzip with kernel 2015-09-10 13:29:01 -07:00
piggy.S.in
vmlinux.lds.S unicore32: simplify linker script generation for decompressor 2019-03-14 02:39:11 +09:00