[U-Boot] [PATCH] Strip fw_printenv like the other tools
Loïc Minier
lool at debian.org
Sun Mar 11 16:43:02 CET 2012
Signed-off-by: Loïc Minier <lool at debian.org>
---
tools/env/Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
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 @@ 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
--
1.7.9
More information about the U-Boot
mailing list