summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2015-09-23 05:40:35 (GMT)
committerMichael Ellerman <mpe@ellerman.id.au>2015-10-01 06:52:03 (GMT)
commit2adc48a691866fbb3134dd3abd77647a8b5a9307 (patch)
treed547b8b93e10e01d946208bfbc69c26dfca54690
parentd2036f30cfe1daa19e63ce75afd56c7ffd39ef3c (diff)
downloadlinux-2adc48a691866fbb3134dd3abd77647a8b5a9307.tar.xz
powerpc: Add ppc64le_defconfig
Based directly on ppc64_defconfig using merge_config. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
-rw-r--r--arch/powerpc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile
index b9b4af2..3704db4 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,\