summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Makefile
diff options
context:
space:
mode:
authorMichael Ellerman2015-09-23 07:40:35 +0200
committerMichael Ellerman2015-10-01 08:52:03 +0200
commit2adc48a691866fbb3134dd3abd77647a8b5a9307 (patch)
treed547b8b93e10e01d946208bfbc69c26dfca54690 /arch/powerpc/Makefile
parentscripts/kconfig/Makefile: Allow KBUILD_DEFCONFIG to be a target (diff)
downloadkernel-qcow2-linux-2adc48a691866fbb3134dd3abd77647a8b5a9307.tar.gz
kernel-qcow2-linux-2adc48a691866fbb3134dd3abd77647a8b5a9307.tar.xz
kernel-qcow2-linux-2adc48a691866fbb3134dd3abd77647a8b5a9307.zip
powerpc: Add ppc64le_defconfig
Based directly on ppc64_defconfig using merge_config. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/Makefile')
-rw-r--r--arch/powerpc/Makefile4
1 files changed, 4 insertions, 0 deletions
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,\