From: stroese <stroese>
Date: Thu, 16 Dec 2004 18:27:51 +0000 (+0000)
Subject: ADCIOP board update
X-Git-Tag: v2025.01-rc5-pxa1908~23487
X-Git-Url: http://git.dujemihanovic.xyz/img/static/%7B%7B%20%28.OutputFormats.Get?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)