diff options
Diffstat (limited to 'arch/powerpc/Makefile')
-rw-r--r-- | arch/powerpc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index b7212b619c52..57af16edc192 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile | |||
@@ -67,7 +67,7 @@ LDFLAGS_vmlinux-yy := -Bstatic | |||
67 | LDFLAGS_vmlinux-$(CONFIG_PPC64)$(CONFIG_RELOCATABLE) := -pie | 67 | LDFLAGS_vmlinux-$(CONFIG_PPC64)$(CONFIG_RELOCATABLE) := -pie |
68 | LDFLAGS_vmlinux := $(LDFLAGS_vmlinux-yy) | 68 | LDFLAGS_vmlinux := $(LDFLAGS_vmlinux-yy) |
69 | 69 | ||
70 | CFLAGS-$(CONFIG_PPC64) := -mminimal-toc -mtraceback=none -mcall-aixdesc | 70 | CFLAGS-$(CONFIG_PPC64) := -mminimal-toc -mtraceback=no -mcall-aixdesc |
71 | CFLAGS-$(CONFIG_PPC32) := -ffixed-r2 -mmultiple | 71 | CFLAGS-$(CONFIG_PPC32) := -ffixed-r2 -mmultiple |
72 | KBUILD_CPPFLAGS += -Iarch/$(ARCH) | 72 | KBUILD_CPPFLAGS += -Iarch/$(ARCH) |
73 | KBUILD_AFLAGS += -Iarch/$(ARCH) | 73 | KBUILD_AFLAGS += -Iarch/$(ARCH) |
@@ -154,7 +154,8 @@ core-y += arch/powerpc/kernel/ \ | |||
154 | arch/powerpc/lib/ \ | 154 | arch/powerpc/lib/ \ |
155 | arch/powerpc/sysdev/ \ | 155 | arch/powerpc/sysdev/ \ |
156 | arch/powerpc/platforms/ \ | 156 | arch/powerpc/platforms/ \ |
157 | arch/powerpc/math-emu/ | 157 | arch/powerpc/math-emu/ \ |
158 | arch/powerpc/net/ | ||
158 | core-$(CONFIG_XMON) += arch/powerpc/xmon/ | 159 | core-$(CONFIG_XMON) += arch/powerpc/xmon/ |
159 | core-$(CONFIG_KVM) += arch/powerpc/kvm/ | 160 | core-$(CONFIG_KVM) += arch/powerpc/kvm/ |
160 | 161 | ||