aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot')
-rw-r--r--arch/arm/boot/compressed/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/compressed/Makefile b/arch/arm/boot/compressed/Makefile
index 0a8f748e506a..0a53b8aa2e3d 100644
--- a/arch/arm/boot/compressed/Makefile
+++ b/arch/arm/boot/compressed/Makefile
@@ -80,8 +80,8 @@ ORIG_CFLAGS := $(KBUILD_CFLAGS)
80KBUILD_CFLAGS = $(subst -pg, , $(ORIG_CFLAGS)) 80KBUILD_CFLAGS = $(subst -pg, , $(ORIG_CFLAGS))
81endif 81endif
82 82
83EXTRA_CFLAGS := -fpic -fno-builtin 83ccflags-y := -fpic -fno-builtin
84EXTRA_AFLAGS := -Wa,-march=all 84asflags-y := -Wa,-march=all
85 85
86# Supply ZRELADDR to the decompressor via a linker symbol. 86# Supply ZRELADDR to the decompressor via a linker symbol.
87ifneq ($(CONFIG_AUTO_ZRELADDR),y) 87ifneq ($(CONFIG_AUTO_ZRELADDR),y)