Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Matthew McClintock and committed by
Benjamin Herrenschmidt
e1fc235d f49a0c9c

+1 -2
+1 -2
arch/powerpc/Makefile
··· 131 131 endif 132 132 133 133 cpu-as-$(CONFIG_4xx) += -Wa,-m405 134 - cpu-as-$(CONFIG_6xx) += -Wa,-maltivec 135 - cpu-as-$(CONFIG_POWER4) += -Wa,-maltivec 134 + cpu-as-$(CONFIG_ALTIVEC) += -Wa,-maltivec 136 135 cpu-as-$(CONFIG_E500) += -Wa,-me500 137 136 cpu-as-$(CONFIG_E200) += -Wa,-me200 138 137