diff options
author | Matthew McClintock <msm@freescale.com> | 2010-09-07 04:56:55 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-11-27 19:42:09 -0500 |
commit | e1fc235d7425c25f4090438afb4df312c5de0d13 (patch) | |
tree | 50cf21bb549af0312911cb3752dfc64c9d6aa915 /arch | |
parent | f49a0c9c64a3f7eb15f72afbd754b4c13a8f0c49 (diff) |
arch/powerpc: Remove duplicate/redundant Altivec entries
In lieu of having multiple similiar lines, we can just have one
generic cpu-as line for CONFIG_ALTIVEC
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
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 | ||