summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Makefile
diff options
context:
space:
mode:
authorAnton Blanchard2014-09-16 02:47:49 +0200
committerMichael Ellerman2014-09-25 15:14:49 +0200
commitff2e466aa2339238c941dee873e553687e941f3f (patch)
treed606f460c042267b50be408bf864ec1a1638928f /arch/powerpc/Makefile
parentpseries: Fix endian issues in cpu hot-removal (diff)
downloadkernel-qcow2-linux-ff2e466aa2339238c941dee873e553687e941f3f.tar.gz
kernel-qcow2-linux-ff2e466aa2339238c941dee873e553687e941f3f.tar.xz
kernel-qcow2-linux-ff2e466aa2339238c941dee873e553687e941f3f.zip
powerpc: Add POWER8 CPU selection
This allows the user to build a kernel targeted at POWER8 (ie gcc -mcpu=power8). Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/Makefile')
-rw-r--r--arch/powerpc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile
index 5687e299d0a5..132d9c681d6a 100644
--- a/arch/powerpc/Makefile
+++ b/arch/powerpc/Makefile
@@ -135,6 +135,7 @@ CFLAGS-$(CONFIG_POWER4_CPU) += $(call cc-option,-mcpu=power4)
CFLAGS-$(CONFIG_POWER5_CPU) += $(call cc-option,-mcpu=power5)
CFLAGS-$(CONFIG_POWER6_CPU) += $(call cc-option,-mcpu=power6)
CFLAGS-$(CONFIG_POWER7_CPU) += $(call cc-option,-mcpu=power7)
+CFLAGS-$(CONFIG_POWER8_CPU) += $(call cc-option,-mcpu=power8)
# Altivec option not allowed with e500mc64 in GCC.
ifeq ($(CONFIG_ALTIVEC),y)