|
@@ -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,\
|