From: Loïc Minier Date: Sun, 11 Mar 2012 15:43:02 +0000 (+0100) Subject: Strip fw_printenv like the other tools X-Git-Tag: v2012.07-rc1~27 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3648ff2d9d352b175008dd5637c9e8b85b85e844;p=oweals%2Fu-boot.git Strip fw_printenv like the other tools Signed-off-by: Loïc Minier --- diff --git a/tools/env/Makefile b/tools/env/Makefile index 28b73da4ad..07634bcfff 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