diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index 70ba0c0a1223..59f462b796b3 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile | |||
@@ -131,8 +131,7 @@ KBUILD_CFLAGS += -mno-sched-epilog | |||
131 | endif | 131 | endif |
132 | 132 | ||
133 | cpu-as-$(CONFIG_4xx) += -Wa,-m405 | 133 | cpu-as-$(CONFIG_4xx) += -Wa,-m405 |
134 | cpu-as-$(CONFIG_6xx) += -Wa,-maltivec | 134 | cpu-as-$(CONFIG_ALTIVEC) += -Wa,-maltivec |
135 | cpu-as-$(CONFIG_POWER4) += -Wa,-maltivec | ||
136 | cpu-as-$(CONFIG_E500) += -Wa,-me500 | 135 | cpu-as-$(CONFIG_E500) += -Wa,-me500 |
137 | cpu-as-$(CONFIG_E200) += -Wa,-me200 | 136 | cpu-as-$(CONFIG_E200) += -Wa,-me200 |
138 | 137 | ||