commit | 0d834330af3f6242757e4978a44aceef7444f75c | [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 | 584c0ead7be7ab686482714c1411f6cd3e3cf8b4 [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