From: Loïc Minier Date: Sun, 11 Mar 2012 15:40:59 +0000 (+0100) Subject: Strip fw_printenv like the other tools X-Git-Tag: archive/raspbian/2016.11+dfsg1-3+rpi1~1^2^2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8500be4500681ffe2b508c309c00d387c36f5b4f;p=u-boot.git Strip fw_printenv like the other tools Signed-off-by: Loïc Minier Gbp-Pq: Name strip-env-tools.diff --- diff --git a/tools/env/Makefile b/tools/env/Makefile index 28b73da4a..07634bcff 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