Skip to content
Snippets Groups Projects
Commit 3648ff2d authored by Loïc Minier's avatar Loïc Minier Committed by Wolfgang Denk
Browse files

Strip fw_printenv like the other tools


Signed-off-by: default avatarLoïc Minier <lool@debian.org>
parent 219f4788
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment