Browse Source

Strip fw_printenv like the other tools

Signed-off-by: Loïc Minier <lool@debian.org>
Loïc Minier 12 years ago
parent
commit
3648ff2d9d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tools/env/Makefile

+ 1 - 0
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