diff options
author | stroese <stroese> | 2004-12-16 18:33:12 +0000 |
---|---|---|
committer | stroese <stroese> | 2004-12-16 18:33:12 +0000 |
commit | 86cf82e07f6fbd29cc141df416a5e3342bc169c1 (patch) | |
tree | eb6fdd36f39f3284bab9802966564514de7399dd /board/esd/ash405 | |
parent | 8d3efe4e9a3429763e73e8124938cddbd3640838 (diff) | |
download | u-boot-86cf82e07f6fbd29cc141df416a5e3342bc169c1.zip u-boot-86cf82e07f6fbd29cc141df416a5e3342bc169c1.tar.gz u-boot-86cf82e07f6fbd29cc141df416a5e3342bc169c1.tar.bz2 |
ASH405 board update
Diffstat (limited to 'board/esd/ash405')
-rw-r--r-- | board/esd/ash405/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/ash405/Makefile b/board/esd/ash405/Makefile index f5bda55..a60495a 100644 --- a/board/esd/ash405/Makefile +++ b/board/esd/ash405/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 $(LIB): $(OBJS) $(SOBJS) $(AR) crv $@ $(OBJS) |