projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9173af
)
Do not reference sha1.c when building mkimage.
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 27 Dec 2007 18:42:56 +0000
(13:42 -0500)
committer
Wolfgang Denk
<wd@denx.de>
Wed, 9 Jan 2008 20:42:04 +0000
(21:42 +0100)
remove sha1.o from mkimage linking since it isn't actually used.
Signed-Off-By: Mike Frysinger <vapier@gentoo.org>
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index
21cc090
..
af0de47
100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-137,7
+137,7
@@
$(obj)img2srec$(SFX): $(obj)img2srec.o
$(CC) $(CFLAGS) $(HOST_LDFLAGS) -o $@ $^
$(STRIP) $@
-$(obj)mkimage$(SFX): $(obj)mkimage.o $(obj)crc32.o
$(obj)sha1.o
+$(obj)mkimage$(SFX): $(obj)mkimage.o $(obj)crc32.o
$(CC) $(CFLAGS) $(HOST_LDFLAGS) -o $@ $^
$(STRIP) $@