diff options
author | stroese <stroese> | 2003-07-11 08:14:14 +0000 |
---|---|---|
committer | stroese <stroese> | 2003-07-11 08:14:14 +0000 |
commit | b762b9f4fc57270fd13c0208d991d833322c27ec (patch) | |
tree | 96e08641099e4a9e87cea2e9d0277cc6276b673e /board/esd/ocrtc/Makefile | |
parent | c5d2290642bd0048b8d5138aa4b1d11aafc13bad (diff) | |
download | u-boot-imx-b762b9f4fc57270fd13c0208d991d833322c27ec.zip u-boot-imx-b762b9f4fc57270fd13c0208d991d833322c27ec.tar.gz u-boot-imx-b762b9f4fc57270fd13c0208d991d833322c27ec.tar.bz2 |
- BSP command added.
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 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) |