summaryrefslogtreecommitdiff
path: root/Makefile.help
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-05-08 19:53:55 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-05-08 19:53:55 +0200
commit5e0dbdb9e5acdcf7dea29335a5db065f48c58766 (patch)
tree796b27da8e955e873126e867a5f60ce23248d4d2 /Makefile.help
parentf275e6c04920f43d0f59f1758d4b90cf82cca7b5 (diff)
help: Document CROSS=
should maybe better read "override CROSS_COMPILE from above" Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Makefile.help')
-rw-r--r--Makefile.help3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.help b/Makefile.help
index e02c545ef..c293ef5c1 100644
--- a/Makefile.help
+++ b/Makefile.help
@@ -54,7 +54,8 @@ help:
@echo ' V="" - Quiet build (default)'
@echo ' V=1 - Brief build (show defines, ld flags)'
@echo ' V=2 - Very verbose build'
- @echo ' CROSS_COMPILE= - Override CROSS_COMPILER_PREFIX from .config'
+ @echo ' CROSS_COMPILE= - Override CROSS_COMPILER_PREFIX from .config'
+ @echo ' CROSS= - Same as CROSS_COMPILE'
@echo ' ARCH= - Use given arch for config targets'
@echo ' SHELL= - Shell to use for make'
@echo ' BUILD_CFLAGS= - extra CFLAGS for compiling host binaries'