Skip to content
Snippets Groups Projects
Commit ec74f5f9 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

Makefile: Rename 'env' target to 'environ'


This target stops us using 'env' as a subdirectory. It is not mentioned in
the help so seems to be an internal target. Rename it.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent 2d3c4ae3
No related branches found
No related tags found
No related merge requests found
......@@ -1464,14 +1464,14 @@ checkarmreloc: u-boot
false; \
fi
env: scripts_basic
environ: scripts_basic
$(Q)$(MAKE) $(build)=tools/$@
tools-only: scripts_basic $(version_h) $(timestamp_h)
$(Q)$(MAKE) $(build)=tools
tools-all: export HOST_TOOLS_ALL=y
tools-all: env tools ;
tools-all: environ tools ;
cross_tools: export CROSS_BUILD_TOOLS=y
cross_tools: tools ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment