From: stroese Date: Thu, 16 Dec 2004 18:33:12 +0000 (+0000) Subject: ASH405 board update X-Git-Tag: LABEL_2006_03_12_0025~412 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=86cf82e07f6fbd29cc141df416a5e3342bc169c1;p=u-boot ASH405 board update --- diff --git a/board/esd/ash405/Makefile b/board/esd/ash405/Makefile index f5bda5519a..a60495a59a 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)