diff options
author | stroese <stroese> | 2004-12-16 18:37:41 +0000 |
---|---|---|
committer | stroese <stroese> | 2004-12-16 18:37:41 +0000 |
commit | 25215ee2b0d116bf82d97cca69706f9553714cbf (patch) | |
tree | d3b1f5145eec302d32fba7e5adc99e9e778602e5 /board/esd/ocrtc/Makefile | |
parent | 31193c2cca272d8e661b28b9e8492949c9dd7309 (diff) |
OCRTC board update
Diffstat (limited to 'board/esd/ocrtc/Makefile')
-rw-r--r-- | board/esd/ocrtc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/esd/ocrtc/Makefile b/board/esd/ocrtc/Makefile index 756a1bb774c..b3039c63482 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) |