summaryrefslogtreecommitdiff
path: root/Makefile.help
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-11 14:27:18 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2012-06-11 14:28:56 +0200
commited25cd80edac2461438be21564cf64ccdbad43ef (patch)
treec002e3b58fbcb77a5e2ebfbbdef6138684cde62e /Makefile.help
parente118373cbb58ba5ffa5fb6670957678d5b87cdb9 (diff)
buildsys: fix typo in help
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'Makefile.help')
-rw-r--r--Makefile.help2
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'