From b762b9f4fc57270fd13c0208d991d833322c27ec Mon Sep 17 00:00:00 2001 From: stroese Date: Fri, 11 Jul 2003 08:14:14 +0000 Subject: - BSP command added. --- board/esd/ocrtc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/esd/ocrtc/Makefile') diff --git a/board/esd/ocrtc/Makefile b/board/esd/ocrtc/Makefile index b059f73..756a1bb 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 +OBJS = $(BOARD).o flash.o cmd_ocrtc.o $(LIB): $(OBJS) $(SOBJS) $(AR) crv $@ $(OBJS) -- cgit v1.1