diff options
author | Jon Loeliger <jdl@freescale.com> | 2006-06-07 08:49:46 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-06-07 08:49:46 -0500 |
commit | a941b832411ef99351a42be23ff3319643dcc1a4 (patch) | |
tree | 1cdaa7e1e82679a5acf20676960df2b0d91d94b2 /board/mpc8641hpcn/Makefile | |
parent | 72ed528a948b151e7be5ce03ed3d2b88a229dd0a (diff) | |
parent | c83ae9ea6d93abbe751bf8a3396236a084e56f87 (diff) | |
download | u-boot-imx-a941b832411ef99351a42be23ff3319643dcc1a4.zip u-boot-imx-a941b832411ef99351a42be23ff3319643dcc1a4.tar.gz u-boot-imx-a941b832411ef99351a42be23ff3319643dcc1a4.tar.bz2 |
Merge branch 'mpc86xx'
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) |