diff options
author | Jon Loeliger <jdl@freescale.com> | 2006-07-13 10:58:28 -0500 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2006-07-13 10:58:28 -0500 |
commit | 0f2859689a283ecb0e3d29e23ff7e21dbb6abb70 (patch) | |
tree | a597adf57ec6ec95a650edbbb040d287ea2faaa4 /board/mpc8641hpcn/Makefile | |
parent | de07a6a59c47fb83699f7bea715e25661957baa0 (diff) | |
parent | bea3f28d285942bf3f7ab339ce85178ded544225 (diff) | |
download | u-boot-imx-0f2859689a283ecb0e3d29e23ff7e21dbb6abb70.zip u-boot-imx-0f2859689a283ecb0e3d29e23ff7e21dbb6abb70.tar.gz u-boot-imx-0f2859689a283ecb0e3d29e23ff7e21dbb6abb70.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 060db84..0ebed87 100644 --- a/board/mpc8641hpcn/Makefile +++ b/board/mpc8641hpcn/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a -OBJS := $(BOARD).o pixis.o oftree.o +OBJS := $(BOARD).o pixis.o sys_eeprom.o oftree.o SOBJS := init.o $(LIB): $(OBJS) $(SOBJS) |