summaryrefslogtreecommitdiff
path: root/board/esd/ocrtc/Makefile
diff options
context:
space:
mode:
authorstroese <stroese>2004-12-16 18:37:41 +0000
committerstroese <stroese>2004-12-16 18:37:41 +0000
commit25215ee2b0d116bf82d97cca69706f9553714cbf (patch)
treed3b1f5145eec302d32fba7e5adc99e9e778602e5 /board/esd/ocrtc/Makefile
parent31193c2cca272d8e661b28b9e8492949c9dd7309 (diff)
OCRTC board update
Diffstat (limited to 'board/esd/ocrtc/Makefile')
-rw-r--r--board/esd/ocrtc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/ocrtc/Makefile b/board/esd/ocrtc/Makefile
index 756a1bb774..b3039c6348 100644
--- a/board/esd/ocrtc/Makefile
+++ b/board/esd/ocrtc/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(BOARD).a
-OBJS = $(BOARD).o flash.o cmd_ocrtc.o
+OBJS = $(BOARD).o flash.o ../common/misc.o cmd_ocrtc.o
$(LIB): $(OBJS) $(SOBJS)
$(AR) crv $@ $(OBJS)