diff options
author | Loïc Minier | 2012-03-11 16:43:02 +0100 |
---|---|---|
committer | Wolfgang Denk | 2012-06-21 20:28:28 +0200 |
commit | 3648ff2d9d352b175008dd5637c9e8b85b85e844 (patch) | |
tree | 94ab0ebb85337aacb43e83f7a4c34e3d718dc5f4 /tools | |
parent | 219f4788d33b04e394d4ade1feaedc0292acc790 (diff) |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/env/Makefile b/tools/env/Makefile index 28b73da4ad6..07634bcfffa 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 |