mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
Strip fw_printenv like the other tools
Signed-off-by: Loïc Minier <lool@debian.org>
This commit is contained in:
parent
219f4788d3
commit
3648ff2d9d
1 changed files with 1 additions and 0 deletions
1
tools/env/Makefile
vendored
1
tools/env/Makefile
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue