diff options
author | Daniel Hobi <daniel.hobi@schmid-telecom.ch> | 2010-10-11 18:03:35 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-10-12 21:49:28 +0200 |
commit | b75a2dde47cc0ffb686e21cbf1aea4a45e23df10 (patch) | |
tree | 82d221e4d2ce6a97bf0e3a344986f4d5272d5eef /tools/imls | |
parent | d259079d6d147541ddfe2e093cfa55db8e1a6cbf (diff) |
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>
Diffstat (limited to 'tools/imls')
-rw-r--r-- | tools/imls/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/imls/Makefile b/tools/imls/Makefile index 84072770718..0caa397b20d 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 $@ $< |