ASH405 board update

This commit is contained in:
stroese 2004-12-16 18:33:12 +00:00
parent 8d3efe4e9a
commit 86cf82e07f

View File

@ -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)