powerpc: Add ppc64le_defconfig
Based directly on ppc64_defconfig using merge_config. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
This commit is contained in:
parent
d2036f30cf
commit
2adc48a691
|
@ -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,\
|
||||
|
|
Loading…
Reference in New Issue