summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2005-08-22 17:51:53 +0200
committerStefan Roese <sr@denx.de>2005-08-22 17:51:53 +0200
commit5e4b3361bc0ccb2138569f872be60165ebeefb57 (patch)
tree1c68b9470b453554bb51ab23c431d8a183b1871a /Makefile
parentc0233d979bda450ba23896357aa4711aecf55f7c (diff)
Add esd cpci5200 and pf5200 boards
Patch by Reinhard Arlt, 22 Aug 2005
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a204ce7979..7106150c0d 100644
--- a/Makefile
+++ b/Makefile
@@ -234,6 +234,9 @@ PATI_config: unconfig
aev_config: unconfig
@./mkconfig -a aev ppc mpc5xxx tqm5200
+cpci5200_config: unconfig
+ @./mkconfig -a cpci5200 ppc mpc5xxx cpci5200 esd
+
hmi1001_config: unconfig
@./mkconfig hmi1001 ppc mpc5xxx hmi1001
@@ -280,6 +283,9 @@ inka4x0_config: unconfig
o2dnt_config:
@./mkconfig -a o2dnt ppc mpc5xxx o2dnt
+pf5200_config: unconfig
+ @./mkconfig -a pf5200 ppc mpc5xxx pf5200 esd
+
PM520_config \
PM520_DDR_config \
PM520_ROMBOOT_config \