X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile;h=8086f3c93eca4ef3f8d4b71b760dfe7e257a9585;hb=e81c98649b7a67d43c5baae407430a242d3b26b9;hp=0814134bbea35d09d5f09e56f5104e7848b9b060;hpb=c92ccdd4dc379df8ef84442a33b816c13be59f48;p=u-boot diff --git a/Makefile b/Makefile index 0814134bbe..8086f3c93e 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ VERSION = 2017 PATCHLEVEL = 09 SUBLEVEL = -EXTRAVERSION = -rc3 +EXTRAVERSION = NAME = # *DOCUMENTATION* @@ -1465,14 +1465,14 @@ checkarmreloc: u-boot false; \ fi -environ: scripts_basic - $(Q)$(MAKE) $(build)=tools/$@ +envtools: scripts_basic + $(Q)$(MAKE) $(build)=tools/env tools-only: scripts_basic $(version_h) $(timestamp_h) $(Q)$(MAKE) $(build)=tools tools-all: export HOST_TOOLS_ALL=y -tools-all: environ tools ; +tools-all: envtools tools ; cross_tools: export CROSS_BUILD_TOOLS=y cross_tools: tools ; @@ -1586,6 +1586,7 @@ help: @echo ' ubootrelease - Output the release version string (use with make -s)' @echo ' ubootversion - Output the version stored in Makefile (use with make -s)' @echo " cfg - Don't build, just create the .cfg files" + @echo " envtools - Build only the target-side environment tools" @echo '' @echo 'Static analysers' @echo ' checkstack - Generate a list of stack hogs'