]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
tools/imls: fix comment in Makefile
authorDaniel Hobi <daniel.hobi@schmid-telecom.ch>
Mon, 11 Oct 2010 16:03:35 +0000 (18:03 +0200)
committerWolfgang Denk <wd@denx.de>
Tue, 12 Oct 2010 19:49:28 +0000 (21:49 +0200)
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 <daniel.hobi@schmid-telecom.ch>
Cc: Scott Wood <scottwood@freescale.com>
Cc: Wolfgang Denk <wd@denx.de>
tools/imls/Makefile

index 840727707189a6fcea132f64573ff210123d558e..0caa397b20df30cf8f3c6706909cb3aa59354766 100644 (file)
@@ -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 $@ $<