summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/Makefile')
-rw-r--r--arch/powerpc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile
index 258ea6b2f2e7..c345b79414a9 100644
--- a/arch/powerpc/Makefile
+++ b/arch/powerpc/Makefile
@@ -211,7 +211,7 @@ endif
211 211
212asinstr := $(call as-instr,lis 9$(comma)foo@high,-DHAVE_AS_ATHIGH=1) 212asinstr := $(call as-instr,lis 9$(comma)foo@high,-DHAVE_AS_ATHIGH=1)
213 213
214KBUILD_CPPFLAGS += -Iarch/$(ARCH) $(asinstr) 214KBUILD_CPPFLAGS += -I $(srctree)/arch/$(ARCH) $(asinstr)
215KBUILD_AFLAGS += $(AFLAGS-y) 215KBUILD_AFLAGS += $(AFLAGS-y)
216KBUILD_CFLAGS += $(call cc-option,-msoft-float) 216KBUILD_CFLAGS += $(call cc-option,-msoft-float)
217KBUILD_CFLAGS += -pipe $(CFLAGS-y) 217KBUILD_CFLAGS += -pipe $(CFLAGS-y)