Browse Source

- document more environment variables

Bernhard Reutner-Fischer 15 years ago
parent
commit
6ed6bdea68
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Makefile.help

+ 3 - 0
Makefile.help

@@ -40,3 +40,6 @@ help:
 	@echo '     			- Quiet build'
 	@echo '     			- Quiet build'
 	@echo '  V=1			- Verbose build'
 	@echo '  V=1			- Verbose build'
 	@echo '  V=2			- Very 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'