projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b074a70
)
tools/Makefile: fix image.c dependancy location
author
Jean-Christophe PLAGNIOL-VILLARD
<plagnioj@jcrosoft.com>
Sat, 4 Apr 2009 10:46:31 +0000
(12:46 +0200)
committer
Wolfgang Denk
<wd@denx.de>
Sat, 4 Apr 2009 13:36:15 +0000
(15:36 +0200)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index 122e5bb7bb31bd8607cd7a029dea4a89a1d6b602..12f0216d775f2eb25b758628b0320a820540fa24 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-190,7
+190,7
@@
$(obj)bin2header$(SFX): $(obj)bin2header.o
$(STRIP) $@
# Some files complain if compiled with -pedantic, use FIT_CFLAGS
-$(obj)image.o: $(SRCTREE)/
tools
/image.c
+$(obj)image.o: $(SRCTREE)/
common
/image.c
$(CC) -g $(FIT_CFLAGS) -c -o $@ $<
$(obj)mkimage.o: $(SRCTREE)/tools/mkimage.c