]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Strip fw_printenv like the other tools
authorLoïc Minier <lool@debian.org>
Sun, 11 Mar 2012 15:43:02 +0000 (16:43 +0100)
committerWolfgang Denk <wd@denx.de>
Thu, 21 Jun 2012 18:28:28 +0000 (20:28 +0200)
Signed-off-by: Loïc Minier <lool@debian.org>
tools/env/Makefile

index 28b73da4ad66cef05c0ed8ace43a379457ce360f..07634bcfffa1740fcbb05dc4eb65806b2367dedb 100644 (file)
@@ -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