diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-09-18 15:45:50 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-09-18 16:02:57 +0200 |
commit | fb1195bae982bdb4094867fd68cf9de9f71c5ecc (patch) | |
tree | 34457f3ef6e69d3d71ffd79780686980b7b1cd37 /Makefile.help | |
parent | 3641b8d97e7f39b679175cc4dded15e731fb7059 (diff) |
document ARCH=
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Makefile.help')
-rw-r--r-- | Makefile.help | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.help b/Makefile.help index 586cccd6a..4fb8a6f56 100644 --- a/Makefile.help +++ b/Makefile.help @@ -47,6 +47,7 @@ help: @echo ' V=1 - Verbose build' @echo ' V=2 - Very verbose build' @echo ' CROSS= - Override CROSS_COMPILER_PREFIX from .config' + @echo ' ARCH= - Use given arch for config targets' @echo ' SHELL= - Shell to use for make' @echo ' CONFIG_SHELL= - Shell to use for menuconfig' @echo |