mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
tools/Makefile: fix image.c dependancy location
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
b074a70811
commit
ae644c178f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue