diff options
Diffstat (limited to 'arch/powerpc/Makefile')
| -rw-r--r-- | arch/powerpc/Makefile | 2 |
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 | ||
| 212 | asinstr := $(call as-instr,lis 9$(comma)foo@high,-DHAVE_AS_ATHIGH=1) | 212 | asinstr := $(call as-instr,lis 9$(comma)foo@high,-DHAVE_AS_ATHIGH=1) |
| 213 | 213 | ||
| 214 | KBUILD_CPPFLAGS += -Iarch/$(ARCH) $(asinstr) | 214 | KBUILD_CPPFLAGS += -I $(srctree)/arch/$(ARCH) $(asinstr) |
| 215 | KBUILD_AFLAGS += $(AFLAGS-y) | 215 | KBUILD_AFLAGS += $(AFLAGS-y) |
| 216 | KBUILD_CFLAGS += $(call cc-option,-msoft-float) | 216 | KBUILD_CFLAGS += $(call cc-option,-msoft-float) |
| 217 | KBUILD_CFLAGS += -pipe $(CFLAGS-y) | 217 | KBUILD_CFLAGS += -pipe $(CFLAGS-y) |
