diff options
author | stroese <stroese> | 2004-12-16 18:34:28 +0000 |
---|---|---|
committer | stroese <stroese> | 2004-12-16 18:34:28 +0000 |
commit | 7acd6c2168deb38129ab677371c503429a40c532 (patch) | |
tree | 1521bd80d149c730e3b18205a5b93743cbb47589 /board/esd/cpci440/Makefile | |
parent | c491b442cc881c86d8d9907563d8377b0aa46f35 (diff) | |
download | u-boot-imx-7acd6c2168deb38129ab677371c503429a40c532.zip u-boot-imx-7acd6c2168deb38129ab677371c503429a40c532.tar.gz u-boot-imx-7acd6c2168deb38129ab677371c503429a40c532.tar.bz2 |
CPCI440 board update
Diffstat (limited to 'board/esd/cpci440/Makefile')
-rw-r--r-- | board/esd/cpci440/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/cpci440/Makefile b/board/esd/cpci440/Makefile index f706ebc..84d44fb 100644 --- a/board/esd/cpci440/Makefile +++ b/board/esd/cpci440/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a -OBJS = $(BOARD).o strataflash.o +OBJS = $(BOARD).o strataflash.o ../common/misc.o SOBJS = init.o $(LIB): $(OBJS) $(SOBJS) |