diff options
author | Matthew McClintock <msm@freescale.com> | 2010-09-07 08:56:55 +0000 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-11-28 11:42:09 +1100 |
commit | e1fc235d7425c25f4090438afb4df312c5de0d13 (patch) | |
tree | 50cf21bb549af0312911cb3752dfc64c9d6aa915 /arch/powerpc/Makefile | |
parent | f49a0c9c64a3f7eb15f72afbd754b4c13a8f0c49 (diff) | |
download | linux-3.10-e1fc235d7425c25f4090438afb4df312c5de0d13.tar.gz linux-3.10-e1fc235d7425c25f4090438afb4df312c5de0d13.tar.bz2 linux-3.10-e1fc235d7425c25f4090438afb4df312c5de0d13.zip |
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/powerpc/Makefile')
-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 70ba0c0a122..59f462b796b 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile @@ -131,8 +131,7 @@ KBUILD_CFLAGS += -mno-sched-epilog endif cpu-as-$(CONFIG_4xx) += -Wa,-m405 -cpu-as-$(CONFIG_6xx) += -Wa,-maltivec -cpu-as-$(CONFIG_POWER4) += -Wa,-maltivec +cpu-as-$(CONFIG_ALTIVEC) += -Wa,-maltivec cpu-as-$(CONFIG_E500) += -Wa,-me500 cpu-as-$(CONFIG_E200) += -Wa,-me200 |