summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Hobi <daniel.hobi@schmid-telecom.ch>2010-10-11 18:03:35 +0200
committerWolfgang Denk <wd@denx.de>2010-10-12 21:49:28 +0200
commitb75a2dde47cc0ffb686e21cbf1aea4a45e23df10 (patch)
tree82d221e4d2ce6a97bf0e3a344986f4d5272d5eef
parentd259079d6d147541ddfe2e093cfa55db8e1a6cbf (diff)
downloadblackbird-obmc-uboot-b75a2dde47cc0ffb686e21cbf1aea4a45e23df10.tar.gz
blackbird-obmc-uboot-b75a2dde47cc0ffb686e21cbf1aea4a45e23df10.zip
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 <daniel.hobi@schmid-telecom.ch> Cc: Scott Wood <scottwood@freescale.com> Cc: Wolfgang Denk <wd@denx.de>
-rw-r--r--tools/imls/Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@ $<
OpenPOWER on IntegriCloud