diff options
author | stroese <stroese> | 2004-12-16 18:27:51 +0000 |
---|---|---|
committer | stroese <stroese> | 2004-12-16 18:27:51 +0000 |
commit | e399e4c67045fdf2ab05e1db98e2b15c836f47fc (patch) | |
tree | 7deedaa1044a0a20051f66981964d78c22d42813 /board/esd/adciop | |
parent | 87663b1cbcca066f1d0a0fc84f594e15d3deca7c (diff) |
ADCIOP board update
Diffstat (limited to 'board/esd/adciop')
-rw-r--r-- | board/esd/adciop/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/adciop/Makefile b/board/esd/adciop/Makefile index 474c93642cd..67cf29b3281 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) |