Browse Source

buildsys: fix typo in help

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 12 years ago
parent
commit
ed25cd80ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.help

+ 1 - 1
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'