浏览代码

Strip fw_printenv like the other tools

Signed-off-by: Loïc Minier <lool@debian.org>
Loïc Minier 13 年之前
父节点
当前提交
3648ff2d9d
共有 1 个文件被更改,包括 1 次插入0 次删除
  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