aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/boot/compressed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/compressed/Makefile b/arch/arm/boot/compressed/Makefile
index 9d328be6e5e3..3c0c68ff6a80 100644
--- a/arch/arm/boot/compressed/Makefile
+++ b/arch/arm/boot/compressed/Makefile
@@ -84,7 +84,7 @@ EXTRA_CFLAGS := -fpic -fno-builtin
84EXTRA_AFLAGS := -Wa,-march=all 84EXTRA_AFLAGS := -Wa,-march=all
85 85
86# Provide size of uncompressed kernel to the decompressor via a linker symbol. 86# Provide size of uncompressed kernel to the decompressor via a linker symbol.
87LDFLAGS_vmlinux := --defsym _image_size=$(shell stat -c "%s" $(obj)/../Image) 87LDFLAGS_vmlinux = --defsym _image_size=$(shell stat -c "%s" $(obj)/../Image)
88# Supply ZRELADDR to the decompressor via a linker symbol. 88# Supply ZRELADDR to the decompressor via a linker symbol.
89ifneq ($(CONFIG_AUTO_ZRELADDR),y) 89ifneq ($(CONFIG_AUTO_ZRELADDR),y)
90LDFLAGS_vmlinux += --defsym zreladdr=$(ZRELADDR) 90LDFLAGS_vmlinux += --defsym zreladdr=$(ZRELADDR)