diff options
author | Jon Loeliger <jdl@freescale.com> | 2006-05-09 08:33:11 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-05-09 08:33:11 -0500 |
commit | a67255363ae4c8a7c67a83e05de335cdb54b2045 (patch) | |
tree | 4857056ed42e56140c6f6f60197a1fad4f2ea6fd /Makefile | |
parent | 4af099bda90fe602aff96b2fd914fca89f320c5c (diff) | |
parent | 18b6c8cd8af6cc7f35180cedc4adb3236cc1a1b8 (diff) | |
download | u-boot-imx-a67255363ae4c8a7c67a83e05de335cdb54b2045.zip u-boot-imx-a67255363ae4c8a7c67a83e05de335cdb54b2045.tar.gz u-boot-imx-a67255363ae4c8a7c67a83e05de335cdb54b2045.tar.bz2 |
Merge branch 'mpc86xx'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 ######################################################################### |