diff options
author | Jon Loeliger <jdl@freescale.com> | 2006-05-30 17:47:00 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@jdl.com> | 2006-05-31 09:49:33 -0500 |
commit | 126aa70f10ba3d20e0a6f4d32328250513b77770 (patch) | |
tree | 0806cfd87d77478e11231200be08eb253e6b7cad /board/mpc8641hpcn/Makefile | |
parent | 38cee12dcfcc257371c901c7e13e58ecab0a35d8 (diff) | |
download | u-boot-imx-126aa70f10ba3d20e0a6f4d32328250513b77770.zip u-boot-imx-126aa70f10ba3d20e0a6f4d32328250513b77770.tar.gz u-boot-imx-126aa70f10ba3d20e0a6f4d32328250513b77770.tar.bz2 |
Move mpc86xx PIXIS code to board directory
First cut at moving the PIXIS platform code out of
the 86xx cpu directory and into board/mpc8641hpcn
where it belongs.
Signed-off-by: Jon Loeliger <jdl@freescale.com>
Diffstat (limited to 'board/mpc8641hpcn/Makefile')
-rw-r--r-- | board/mpc8641hpcn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/mpc8641hpcn/Makefile b/board/mpc8641hpcn/Makefile index d6037c1..2613730 100644 --- a/board/mpc8641hpcn/Makefile +++ b/board/mpc8641hpcn/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a -OBJS := $(BOARD).o oftree.o +OBJS := $(BOARD).o pixis.o oftree.o SOBJS := init.o $(LIB): $(OBJS) $(SOBJS) |