diff options
Diffstat (limited to 'arch/arm/boot/compressed/Makefile')
| -rw-r--r-- | arch/arm/boot/compressed/Makefile | 2 |
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 | |||
| 84 | EXTRA_AFLAGS := -Wa,-march=all | 84 | EXTRA_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. |
| 87 | LDFLAGS_vmlinux := --defsym _image_size=$(shell stat -c "%s" $(obj)/../Image) | 87 | LDFLAGS_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. |
| 89 | ifneq ($(CONFIG_AUTO_ZRELADDR),y) | 89 | ifneq ($(CONFIG_AUTO_ZRELADDR),y) |
| 90 | LDFLAGS_vmlinux += --defsym zreladdr=$(ZRELADDR) | 90 | LDFLAGS_vmlinux += --defsym zreladdr=$(ZRELADDR) |
