[RFC PATCH 2/2] powerpc: Add ppc64le_defconfig
Michael Ellerman
mpe at ellerman.id.au
Wed Sep 23 15:40:35 AEST 2015
Based directly on ppc64_defconfig using merge_config.
Signed-off-by: Michael Ellerman <mpe at ellerman.id.au>
---
arch/powerpc/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile
index b9b4af2af9a5..3704db45a832 100644
--- a/arch/powerpc/Makefile
+++ b/arch/powerpc/Makefile
@@ -288,6 +288,10 @@ PHONY += pseries_le_defconfig
pseries_le_defconfig:
$(call merge_into_defconfig,pseries_defconfig,le)
+PHONY += ppc64le_defconfig
+ppc64le_defconfig:
+ $(call merge_into_defconfig,ppc64_defconfig,le)
+
PHONY += mpc85xx_defconfig
mpc85xx_defconfig:
$(call merge_into_defconfig,mpc85xx_basic_defconfig,\
--
2.1.4
More information about the Linuxppc-dev
mailing list