X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Makefile;h=1c9dc7a7a0118a0a482d42096b3f582950da3d8f;hb=1bce2aeb6f31043caa0509387d85b786c1d2e147;hp=28ddb7e83677963b8544cc95c85fdb5f375737ef;hpb=398bd4e5b7dd4a10b40d41c0bb0a974c6cea0efe;p=karo-tx-uboot.git diff --git a/Makefile b/Makefile index 28ddb7e836..1c9dc7a7a0 100644 --- a/Makefile +++ b/Makefile @@ -45,13 +45,13 @@ endif ######################################################################### # -# U-boot build supports producing a object files to the separate external +# U-boot build supports generating object files in a separate external # directory. Two use cases are supported: # # 1) Add O= to the make command line # 'make O=/tmp/build all' # -# 2) Set environement variable BUILD_DIR to point to the desired location +# 2) Set environment variable BUILD_DIR to point to the desired location # 'export BUILD_DIR=/tmp/build' # 'make' # @@ -59,7 +59,7 @@ endif # 'export BUILD_DIR=/tmp/build' # './MAKEALL' # -# Command line 'O=' setting overrides BUILD_DIR environent variable. +# Command line 'O=' setting overrides BUILD_DIR environment variable. # # When none of the above methods is used the local build is performed and # the object files are placed in the source directory.