summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d43add4d8..bbb6cf175 100644
--- a/Makefile
+++ b/Makefile
@@ -1087,8 +1087,11 @@ MPC8540ADS_config: unconfig
MPC8560ADS_config: unconfig
@./mkconfig $(@:_config=) ppc mpc85xx mpc8560ads
-stxgp3_config: unconfig
- @./mkconfig $(@:_config=) ppc mpc85xx stxgp3
+MPC8541CDS_config: unconfig
+ @./mkconfig $(@:_config=) ppc mpc85xx mpc8541cds cds
+
+MPC8555CDS_config: unconfig
+ @./mkconfig $(@:_config=) ppc mpc85xx mpc8555cds cds
sbc8560_config \
sbc8560_33_config \
@@ -1102,6 +1105,9 @@ sbc8560_66_config: unconfig
fi
@./mkconfig -a sbc8560 ppc mpc85xx sbc8560
+stxgp3_config: unconfig
+ @./mkconfig $(@:_config=) ppc mpc85xx stxgp3
+
#########################################################################
## 74xx/7xx Systems
#########################################################################