9
0
Fork 0

ADCIOP board update

This commit is contained in:
stroese 2004-12-16 18:27:51 +00:00
parent 87663b1cbc
commit e399e4c670
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(BOARD).a
OBJS = $(BOARD).o flash.o ../common/pci.o
OBJS = $(BOARD).o flash.o ../common/misc.o ../common/pci.o
$(LIB): $(OBJS)
$(AR) crv $@ $(OBJS)