projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
219f478
)
Strip fw_printenv like the other tools
author
Loïc Minier
<lool@debian.org>
Sun, 11 Mar 2012 15:43:02 +0000
(16:43 +0100)
committer
Wolfgang Denk
<wd@denx.de>
Thu, 21 Jun 2012 18:28:28 +0000
(20:28 +0200)
Signed-off-by: Loïc Minier <lool@debian.org>
tools/env/Makefile
patch
|
blob
|
history
diff --git
a/tools/env/Makefile
b/tools/env/Makefile
index
28b73da
..
07634bc
100644
(file)
--- a/
tools/env/Makefile
+++ b/
tools/env/Makefile
@@
-41,6
+41,7
@@
all: $(obj)fw_printenv
# Some files complain if compiled with -pedantic, use HOSTCFLAGS_NOPED
$(obj)fw_printenv: $(HOSTSRCS) $(HEADERS)
$(HOSTCC) $(HOSTCFLAGS_NOPED) $(HOSTLDFLAGS) -o $@ $(HOSTSRCS)
+ $(HOSTSTRIP) $@
clean:
rm -f $(obj)fw_printenv