summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAndy Fleming <afleming@freescale.com>2007-04-23 02:24:28 -0500
committerAndrew Fleming-AFLEMING <afleming@freescale.com>2007-04-23 19:58:28 -0500
commit81f481ca708ed6a56bf9c410e3191dbad581c565 (patch)
treec9f7d03b85dca50b7ce2a34de53d24fc07cb16bb /Makefile
parent0d8c3a2096eaff8d7de89d45e9af4d4b0d4868fe (diff)
downloadblackbird-obmc-uboot-81f481ca708ed6a56bf9c410e3191dbad581c565.tar.gz
blackbird-obmc-uboot-81f481ca708ed6a56bf9c410e3191dbad581c565.zip
Enable 8544 support
* Add support to the Makefile * Add 8544 configuration support to the tsec driver * Add 8544 SVR numbers to processor.h Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com> Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 94cda54c73..d447a9610d 100644
--- a/Makefile
+++ b/Makefile
@@ -1730,6 +1730,9 @@ MPC8560ADS_config: unconfig
MPC8541CDS_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8541cds cds
+MPC8544DS_config: unconfig
+ @$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8544ds freescale
+
MPC8548CDS_config: unconfig
@$(MKCONFIG) $(@:_config=) ppc mpc85xx mpc8548cds cds
OpenPOWER on IntegriCloud