projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d259079
)
tools/imls: fix comment in Makefile
author
Daniel Hobi
<
[email protected]
>
Mon, 11 Oct 2010 16:03:35 +0000
(18:03 +0200)
committer
Wolfgang Denk
<
[email protected]
>
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 <
[email protected]
>
Cc: Scott Wood <
[email protected]
>
Cc: Wolfgang Denk <
[email protected]
>
tools/imls/Makefile
patch
|
blob
|
history
diff --git
a/tools/imls/Makefile
b/tools/imls/Makefile
index 840727707189a6fcea132f64573ff210123d558e..0caa397b20df30cf8f3c6706909cb3aa59354766 100644
(file)
--- 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 $@ $<