diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-11-07 19:13:06 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-11-07 19:13:06 +0000 |
commit | 6ed6bdea68ae40b89d1f1073b67c5483e03c3c96 (patch) | |
tree | d0d9318af49b03bea1936ba976bde08c8df7ae59 /Makefile.help | |
parent | d5509b1c67be42007760cbfb2503771eaa3f9548 (diff) |
- document more environment variables
Diffstat (limited to 'Makefile.help')
-rw-r--r-- | Makefile.help | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.help b/Makefile.help index 8417967a9..ba7b20590 100644 --- a/Makefile.help +++ b/Makefile.help @@ -40,3 +40,6 @@ help: @echo ' - Quiet build' @echo ' V=1 - Verbose build' @echo ' V=2 - Very verbose build' + @echo ' CROSS= - Override CROSS_COMPILER_PREFIX from .config' + @echo ' SHELL= - Shell to use for make' + @echo ' CONFIG_SHELL= - Shell to use for menuconfig' |