summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPoonam Aggrwal <poonam.aggrwal@freescale.com>2009-08-20 18:59:18 +0530
committerKumar Gala <galak@kernel.crashing.org>2009-08-28 17:12:42 -0500
commitc17b79fbd0c7923948331d65cb588734a9c681ff (patch)
treed7f78c261e97685412ff4c69d05f4aaa08274595 /Makefile
parenta713ba926b45da9a6f923f1ac9e60a66852e5f2d (diff)
downloadtalos-obmc-uboot-c17b79fbd0c7923948331d65cb588734a9c681ff.tar.gz
talos-obmc-uboot-c17b79fbd0c7923948331d65cb588734a9c681ff.zip
85xx: Added support for P1011RDB and P2010RDB
P1011 and P2010 are single core variants of P1010 and P2020 respectively. The board(RDB) will be same. Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9c86959270..faf5579d8e 100644
--- a/Makefile
+++ b/Makefile
@@ -2528,11 +2528,21 @@ P2020DS_config: unconfig
fi
@$(MKCONFIG) -a P2020DS ppc mpc85xx p2020ds freescale
+P1011RDB_config: unconfig
+ @mkdir -p $(obj)include
+ @echo "#define CONFIG_P1011" >>$(obj)include/config.h ;
+ @$(MKCONFIG) -a P1_P2_RDB ppc mpc85xx p1_p2_rdb freescale
+
P1020RDB_config: unconfig
@mkdir -p $(obj)include
@echo "#define CONFIG_P1020" >>$(obj)include/config.h ;
@$(MKCONFIG) -a P1_P2_RDB ppc mpc85xx p1_p2_rdb freescale
+P2010RDB_config: unconfig
+ @mkdir -p $(obj)include
+ @echo "#define CONFIG_P2010" >>$(obj)include/config.h ;
+ @$(MKCONFIG) -a P1_P2_RDB ppc mpc85xx p1_p2_rdb freescale
+
P2020RDB_config: unconfig
@mkdir -p $(obj)include
@echo "#define CONFIG_P2020" >>$(obj)include/config.h ;
OpenPOWER on IntegriCloud