Commit 2adc48a6 authored by Michael Ellerman's avatar Michael Ellerman

powerpc: Add ppc64le_defconfig

Based directly on ppc64_defconfig using merge_config.
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent d2036f30
...@@ -288,6 +288,10 @@ PHONY += pseries_le_defconfig ...@@ -288,6 +288,10 @@ PHONY += pseries_le_defconfig
pseries_le_defconfig: pseries_le_defconfig:
$(call merge_into_defconfig,pseries_defconfig,le) $(call merge_into_defconfig,pseries_defconfig,le)
PHONY += ppc64le_defconfig
ppc64le_defconfig:
$(call merge_into_defconfig,ppc64_defconfig,le)
PHONY += mpc85xx_defconfig PHONY += mpc85xx_defconfig
mpc85xx_defconfig: mpc85xx_defconfig:
$(call merge_into_defconfig,mpc85xx_basic_defconfig,\ $(call merge_into_defconfig,mpc85xx_basic_defconfig,\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment