summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJon Loeliger <jdl@freescale.com>2006-05-09 08:33:11 -0500
committerJon Loeliger <jdl@freescale.com>2006-05-09 08:33:11 -0500
commita67255363ae4c8a7c67a83e05de335cdb54b2045 (patch)
tree4857056ed42e56140c6f6f60197a1fad4f2ea6fd /Makefile
parent4af099bda90fe602aff96b2fd914fca89f320c5c (diff)
parent18b6c8cd8af6cc7f35180cedc4adb3236cc1a1b8 (diff)
downloadblackbird-obmc-uboot-a67255363ae4c8a7c67a83e05de335cdb54b2045.tar.gz
blackbird-obmc-uboot-a67255363ae4c8a7c67a83e05de335cdb54b2045.zip
Merge branch 'mpc86xx'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fa7a4a704c..a33a8be525 100644
--- a/Makefile
+++ b/Makefile
@@ -114,6 +114,9 @@ endif
ifeq ($(CPU),mpc85xx)
OBJS += cpu/$(CPU)/resetvec.o
endif
+ifeq ($(CPU),mpc86xx)
+OBJS += cpu/$(CPU)/resetvec.o
+endif
ifeq ($(CPU),bf533)
OBJS += cpu/$(CPU)/start1.o cpu/$(CPU)/interrupt.o cpu/$(CPU)/cache.o
OBJS += cpu/$(CPU)/cplbhdlr.o cpu/$(CPU)/cplbmgr.o cpu/$(CPU)/flush.o
@@ -1421,6 +1424,14 @@ TQM8560_config: unconfig
@./mkconfig -a TQM85xx ppc mpc85xx tqm85xx
#########################################################################
+## MPC86xx Systems
+#########################################################################
+
+MPC8641HPCN_config: unconfig
+ @./mkconfig $(@:_config=) ppc mpc86xx mpc8641hpcn
+
+
+#########################################################################
## 74xx/7xx Systems
#########################################################################
OpenPOWER on IntegriCloud