summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-11-07 19:13:06 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-11-07 19:13:06 +0000
commit6ed6bdea68ae40b89d1f1073b67c5483e03c3c96 (patch)
treed0d9318af49b03bea1936ba976bde08c8df7ae59
parentd5509b1c67be42007760cbfb2503771eaa3f9548 (diff)
- document more environment variables
-rw-r--r--Makefile.help3
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'