summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndy Fleming <afleming@freescale.com>2007-04-23 02:54:25 -0500
committerAndrew Fleming-AFLEMING <afleming@freescale.com>2007-05-02 15:50:02 -0500
commit6743105988fc44d5b0d30388c790607835aae7a6 (patch)
tree8019f750a917717ba0df89b9db6c746548cfa782 /Makefile
parentaf1c2b84bf27c8565baddc82d1abb93700d10e2e (diff)
downloadblackbird-obmc-uboot-6743105988fc44d5b0d30388c790607835aae7a6.tar.gz
blackbird-obmc-uboot-6743105988fc44d5b0d30388c790607835aae7a6.zip
Add support for the 8568 MDS board
This included some changes to common files: * Add 8568 processor SVR to various places * Add support for setting the qe bus-frequency value in the dts * Add the 8568MDS target to the Makefile Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d447a9610d..a9d56ecb20 100644
--- a/Makefile
+++ b/Makefile
@@ -1739,6 +1739,9 @@ MPC8548CDS_config: unconfig
MPC8555CDS_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8555cds cds
+MPC8568MDS_config: unconfig
+ @$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8568mds
+
PM854_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc mpc85xx pm854
OpenPOWER on IntegriCloud