diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-07-08 12:03:24 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2008-07-08 12:03:24 +0900 |
commit | 9e23fe0560b84e324dc5f0ff8813dab2aa34f074 (patch) | |
tree | 335c5b4f6de32e2c616078890b1facd351c6e63e /lib_sh/Makefile | |
parent | 873d97aabc0b1c8822ed1d87e8c5c8ae0a7e4ae9 (diff) | |
download | u-boot-imx-9e23fe0560b84e324dc5f0ff8813dab2aa34f074.zip u-boot-imx-9e23fe0560b84e324dc5f0ff8813dab2aa34f074.tar.gz u-boot-imx-9e23fe0560b84e324dc5f0ff8813dab2aa34f074.tar.bz2 |
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 'lib_sh/Makefile')
-rw-r--r-- | lib_sh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_sh/Makefile b/lib_sh/Makefile index 0e4fdee..4034381 100644 --- a/lib_sh/Makefile +++ b/lib_sh/Makefile @@ -26,7 +26,7 @@ SOBJS-y += COBJS-y += board.o COBJS-y += bootm.o -#COBJS-y += time.o +# COBJS-y += time.o SRCS := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c) OBJS := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y)) |