summaryrefslogtreecommitdiffstats
path: root/board/ms7750se
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-07-08 12:03:24 +0900
committerNobuhiro Iwamatsu <iwamatsu@nigauri.org>2008-07-08 12:03:24 +0900
commit9e23fe0560b84e324dc5f0ff8813dab2aa34f074 (patch)
tree335c5b4f6de32e2c616078890b1facd351c6e63e /board/ms7750se
parent873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9 (diff)
downloadblackbird-obmc-uboot-9e23fe0560b84e324dc5f0ff8813dab2aa34f074.tar.gz
blackbird-obmc-uboot-9e23fe0560b84e324dc5f0ff8813dab2aa34f074.zip
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/ms7750se')
-rw-r--r--board/ms7750se/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ms7750se/Makefile b/board/ms7750se/Makefile
index d806101ff8..01ddf69201 100644
--- a/board/ms7750se/Makefile
+++ b/board/ms7750se/Makefile
@@ -21,7 +21,7 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
-OBJS := ms7750se.o
+COBJS := ms7750se.o
SOBJS := lowlevel_init.o
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OpenPOWER on IntegriCloud