aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Makefile
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-05-27 23:30:12 -0400
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2014-05-27 23:30:12 -0400
commit86969cf7330a53c93edfd1bf2c28ad053e289162 (patch)
treea69d5408f126d21c6cae84a0fb44e9a33da0acd0 /arch/powerpc/Makefile
parentb9d800959e87e538595a723f07dd3829c2f85d85 (diff)
parent011e4b02f1da156ac7fea28a9da878f3c23af739 (diff)
Merge branch 'merge' into next
Merge the binutils and kexec fixes.
Diffstat (limited to 'arch/powerpc/Makefile')
-rw-r--r--arch/powerpc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile
index 68cde2f8a12c..5687e299d0a5 100644
--- a/arch/powerpc/Makefile
+++ b/arch/powerpc/Makefile
@@ -155,7 +155,9 @@ endif
155 155
156CFLAGS-$(CONFIG_TUNE_CELL) += $(call cc-option,-mtune=cell) 156CFLAGS-$(CONFIG_TUNE_CELL) += $(call cc-option,-mtune=cell)
157 157
158KBUILD_CPPFLAGS += -Iarch/$(ARCH) 158asinstr := $(call as-instr,lis 9$(comma)foo@high,-DHAVE_AS_ATHIGH=1)
159
160KBUILD_CPPFLAGS += -Iarch/$(ARCH) $(asinstr)
159KBUILD_AFLAGS += -Iarch/$(ARCH) $(AFLAGS-y) 161KBUILD_AFLAGS += -Iarch/$(ARCH) $(AFLAGS-y)
160KBUILD_CFLAGS += -msoft-float -pipe -Iarch/$(ARCH) $(CFLAGS-y) 162KBUILD_CFLAGS += -msoft-float -pipe -Iarch/$(ARCH) $(CFLAGS-y)
161CPP = $(CC) -E $(KBUILD_CFLAGS) 163CPP = $(CC) -E $(KBUILD_CFLAGS)