From e399e4c67045fdf2ab05e1db98e2b15c836f47fc Mon Sep 17 00:00:00 2001
From: stroese <stroese>
Date: Thu, 16 Dec 2004 18:27:51 +0000
Subject: [PATCH] ADCIOP board update

---
 board/esd/adciop/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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