commit | 3648ff2d9d352b175008dd5637c9e8b85b85e844 | [log] [tgz] |
---|---|---|
author | Loïc Minier <lool@debian.org> | Sun Mar 11 16:43:02 2012 +0100 |
committer | Wolfgang Denk <wd@denx.de> | Thu Jun 21 20:28:28 2012 +0200 |
tree | 94ab0ebb85337aacb43e83f7a4c34e3d718dc5f4 | |
parent | 219f4788d33b04e394d4ade1feaedc0292acc790 [diff] |
Strip fw_printenv like the other tools Signed-off-by: Loïc Minier <lool@debian.org>
diff --git a/tools/env/Makefile b/tools/env/Makefile index 28b73da..07634bc 100644 --- a/tools/env/Makefile +++ b/tools/env/Makefile
@@ -41,6 +41,7 @@ # 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