diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2015-09-23 15:40:35 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-10-01 16:52:03 +1000 |
commit | 2adc48a691866fbb3134dd3abd77647a8b5a9307 (patch) | |
tree | d547b8b93e10e01d946208bfbc69c26dfca54690 /arch/powerpc/Makefile | |
parent | d2036f30cfe1daa19e63ce75afd56c7ffd39ef3c (diff) | |
download | linux-2adc48a691866fbb3134dd3abd77647a8b5a9307.tar.bz2 |
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/Makefile | 4 |
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,\ |