[U-Boot] [PATCH 1/2] tools/Makefile: fix image.c dependancy location
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Sat Apr 4 12:46:31 CEST 2009
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
---
tools/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tools/Makefile b/tools/Makefile
index 122e5bb..12f0216 100644
--- 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
--
1.6.1.3
More information about the U-Boot
mailing list