diff options
Diffstat (limited to 'arch/powerpc/Makefile')
-rw-r--r-- | arch/powerpc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index 6015a92bc2a0..87aff5372d6e 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile | |||
@@ -92,6 +92,10 @@ else | |||
92 | endif | 92 | endif |
93 | endif | 93 | endif |
94 | 94 | ||
95 | ifeq ($(CONFIG_TUNE_CELL),y) | ||
96 | CFLAGS += $(call cc-option,-mtune=cell) | ||
97 | endif | ||
98 | |||
95 | # No AltiVec instruction when building kernel | 99 | # No AltiVec instruction when building kernel |
96 | CFLAGS += $(call cc-option,-mno-altivec) | 100 | CFLAGS += $(call cc-option,-mno-altivec) |
97 | 101 | ||