summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorLoïc Minier <lool@debian.org>2012-03-11 16:43:02 +0100
committerWolfgang Denk <wd@denx.de>2012-06-21 20:28:28 +0200
commit3648ff2d9d352b175008dd5637c9e8b85b85e844 (patch)
tree94ab0ebb85337aacb43e83f7a4c34e3d718dc5f4 /tools
parent219f4788d33b04e394d4ade1feaedc0292acc790 (diff)
downloadblackbird-obmc-uboot-3648ff2d9d352b175008dd5637c9e8b85b85e844.tar.gz
blackbird-obmc-uboot-3648ff2d9d352b175008dd5637c9e8b85b85e844.zip
Strip fw_printenv like the other tools
Signed-off-by: Loïc Minier <lool@debian.org>
Diffstat (limited to 'tools')
-rw-r--r--tools/env/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/env/Makefile b/tools/env/Makefile
index 28b73da4ad..07634bcfff 100644
--- 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
OpenPOWER on IntegriCloud