]> Git Repo - J-u-boot.git/commitdiff
tools/Makefile: fix image.c dependancy location
authorJean-Christophe PLAGNIOL-VILLARD <[email protected]>
Sat, 4 Apr 2009 10:46:31 +0000 (12:46 +0200)
committerWolfgang Denk <[email protected]>
Sat, 4 Apr 2009 13:36:15 +0000 (15:36 +0200)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[email protected]>
Signed-off-by: Mike Frysinger <[email protected]>
tools/Makefile

index 122e5bb7bb31bd8607cd7a029dea4a89a1d6b602..12f0216d775f2eb25b758628b0320a820540fa24 100644 (file)
@@ -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
This page took 0.030709 seconds and 4 git commands to generate.