diff options
author | stroese <stroese> | 2004-12-16 18:27:05 +0000 |
---|---|---|
committer | stroese <stroese> | 2004-12-16 18:27:05 +0000 |
commit | 87663b1cbcca066f1d0a0fc84f594e15d3deca7c (patch) | |
tree | 432e9b79c6b581df369d60de810e4920688878f0 /board/esd/cpci405/Makefile | |
parent | 6cfb1f0da6e9c364282a5538f8902a137dd13299 (diff) | |
download | u-boot-imx-87663b1cbcca066f1d0a0fc84f594e15d3deca7c.zip u-boot-imx-87663b1cbcca066f1d0a0fc84f594e15d3deca7c.tar.gz u-boot-imx-87663b1cbcca066f1d0a0fc84f594e15d3deca7c.tar.bz2 |
CPCI405 board update
Diffstat (limited to 'board/esd/cpci405/Makefile')
-rw-r--r-- | board/esd/cpci405/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/cpci405/Makefile b/board/esd/cpci405/Makefile index f5bda55..9340a32 100644 --- a/board/esd/cpci405/Makefile +++ b/board/esd/cpci405/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a -OBJS = $(BOARD).o flash.o +OBJS = $(BOARD).o flash.o ../common/misc.o ../common/auto_update.o $(LIB): $(OBJS) $(SOBJS) $(AR) crv $@ $(OBJS) |