diff options
author | Nobuhiro Iwamatsu | 2008-07-08 12:03:24 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu | 2008-07-08 12:03:24 +0900 |
commit | 9e23fe0560b84e324dc5f0ff8813dab2aa34f074 (patch) | |
tree | 335c5b4f6de32e2c616078890b1facd351c6e63e /board/sh7763rdp | |
parent | 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9 (diff) |
sh: Fix SH-boards compile error
By Cleanup out-or-tree building for some boards (.depend)
(commit:c8a3b109f07f02342d097b30908965f7261d9f15)
because filse ware changed, some SH-boards have compile error.
I revised this problem.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'board/sh7763rdp')
-rw-r--r-- | board/sh7763rdp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sh7763rdp/Makefile b/board/sh7763rdp/Makefile index 8a04477e6b3..62a683d57f5 100644 --- a/board/sh7763rdp/Makefile +++ b/board/sh7763rdp/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).a -OBJS := sh7763rdp.o +COBJS := sh7763rdp.o SOBJS := lowlevel_init.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) |