mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 04:26:19 -04: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
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
|
# Some files complain if compiled with -pedantic, use HOSTCFLAGS_NOPED
|
||||||
$(obj)fw_printenv: $(HOSTSRCS) $(HEADERS)
|
$(obj)fw_printenv: $(HOSTSRCS) $(HEADERS)
|
||||||
$(HOSTCC) $(HOSTCFLAGS_NOPED) $(HOSTLDFLAGS) -o $@ $(HOSTSRCS)
|
$(HOSTCC) $(HOSTCFLAGS_NOPED) $(HOSTLDFLAGS) -o $@ $(HOSTSRCS)
|
||||||
|
$(HOSTSTRIP) $@
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(obj)fw_printenv
|
rm -f $(obj)fw_printenv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user