From: stroese Date: Thu, 16 Dec 2004 18:27:51 +0000 (+0000) Subject: ADCIOP board update X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=e399e4c67045fdf2ab05e1db98e2b15c836f47fc;p=u-boot.git ADCIOP board update --- diff --git a/board/esd/adciop/Makefile b/board/esd/adciop/Makefile index 474c93642c..67cf29b328 100644 --- a/board/esd/adciop/Makefile +++ b/board/esd/adciop/Makefile @@ -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)