* [PATCH 2/3] x86: tools: shell-ify calc_run_size perl-ism
@ 2014-12-30 15:36 Sylvain BERTRAND
0 siblings, 0 replies; only message in thread
From: Sylvain BERTRAND @ 2014-12-30 15:36 UTC (permalink / raw)
To: x86; +Cc: linux-kernel
Fix makefile.
Signed-off-by: Sylvain BERTRAND <sylvain.bertrand@gmail.com>
---
--- a/arch/x86/boot/compressed/Makefile
+++ b/arch/x86/boot/compressed/Makefile
@@ -77,7 +77,7 @@ suffix-$(CONFIG_KERNEL_LZO) := lzo
suffix-$(CONFIG_KERNEL_LZ4) := lz4
RUN_SIZE = $(shell $(OBJDUMP) -h vmlinux | \
- perl $(srctree)/arch/x86/tools/calc_run_size.pl)
+ sh $(srctree)/arch/x86/tools/calc_run_size.sh)
quiet_cmd_mkpiggy = MKPIGGY $@
cmd_mkpiggy = $(obj)/mkpiggy $< $(RUN_SIZE) > $@ || ( rm -f $@ ; false )
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-12-30 15:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-30 15:36 [PATCH 2/3] x86: tools: shell-ify calc_run_size perl-ism Sylvain BERTRAND
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox