aboutsummaryrefslogtreecommitdiff
path: root/tools/imls/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/imls/Makefile')
-rw-r--r--tools/imls/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/imls/Makefile b/tools/imls/Makefile
index 840727707..0caa397b2 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 $@ $<