From: Daniel Hobi Date: Mon, 11 Oct 2010 16:03:35 +0000 (+0200) Subject: tools/imls: fix comment in Makefile X-Git-Tag: v2010.12-rc1~126 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=b75a2dde47cc0ffb686e21cbf1aea4a45e23df10;p=u-boot tools/imls: fix comment in Makefile Commit d984fed0 (makefiles: fixes for building build tools) changed the variable name FIT_CFLAGS to HOSTCFLAGS_NOPED but forgot to update to corresponding comment. Signed-off-by: Daniel Hobi Cc: Scott Wood Cc: Wolfgang Denk --- diff --git a/tools/imls/Makefile b/tools/imls/Makefile index 8407277071..0caa397b20 100644 --- a/tools/imls/Makefile +++ b/tools/imls/Makefile @@ -67,7 +67,7 @@ $(obj)imls: $(obj)imls.o $(obj)crc32.o $(obj)image.o $(obj)md5.o \ $(CC) $(HOSTCFLAGS) $(HOSTLDFLAGS) -o $@ $^ $(STRIP) $@ -# Some files complain if compiled with -pedantic, use FIT_CFLAGS +# Some files complain if compiled with -pedantic, use HOSTCFLAGS_NOPED $(obj)image.o: $(SRCTREE)/common/image.c $(CC) -g $(HOSTCFLAGS_NOPED) -c -o $@ $<