diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-11 14:27:18 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-11 14:28:56 +0200 |
commit | ed25cd80edac2461438be21564cf64ccdbad43ef (patch) | |
tree | c002e3b58fbcb77a5e2ebfbbdef6138684cde62e | |
parent | e118373cbb58ba5ffa5fb6670957678d5b87cdb9 (diff) |
buildsys: fix typo in help
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r-- | Makefile.help | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.help b/Makefile.help index e02c545ef..417298f54 100644 --- a/Makefile.help +++ b/Makefile.help @@ -58,7 +58,7 @@ help: @echo ' ARCH= - Use given arch for config targets' @echo ' SHELL= - Shell to use for make' @echo ' BUILD_CFLAGS= - extra CFLAGS for compiling host binaries' - @echo ' BUILD_LFLAGS= - extra LDFLAGS for linking host binaries' + @echo ' BUILD_LDFLAGS= - extra LDFLAGS for linking host binaries' @echo ' CONFIG_SHELL= - Shell to use for menuconfig' @echo @echo ' PREFIX= - Prepended prefix' |