aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/boot
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2015-02-09 14:12:10 +0800
committerMark Brown <broonie@kernel.org>2015-02-09 14:12:10 +0800
commiteff6a902ff6b8a42f768c4b78fc63b9b8d0a41d9 (patch)
tree30e8be36bf1402fc30696cdb1599598c6cf7d837 /arch/x86/boot
parenta779989fd4ccf6a58237ab3932559d8e60e157b6 (diff)
parent4ccf212fb84d79b75fc66a2e26ac6bdbab0aedbf (diff)
Merge tag 'v3.14.32' into linux-linaro-lsk-v3.14
This is the 3.14.32 stable release
Diffstat (limited to 'arch/x86/boot')
-rw-r--r--arch/x86/boot/compressed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot/compressed/Makefile b/arch/x86/boot/compressed/Makefile
index b5bb49866bcc..67e9f5cc91ed 100644
--- a/arch/x86/boot/compressed/Makefile
+++ b/arch/x86/boot/compressed/Makefile
@@ -76,7 +76,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)
+ $(CONFIG_SHELL) $(srctree)/arch/x86/tools/calc_run_size.sh)
quiet_cmd_mkpiggy = MKPIGGY $@
cmd_mkpiggy = $(obj)/mkpiggy $< $(RUN_SIZE) > $@ || ( rm -f $@ ; false )