From f275e6c04920f43d0f59f1758d4b90cf82cca7b5 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 8 May 2012 19:49:55 +0200 Subject: help: Document BUILD_CFLAGS and BUILD_LDFLAGS Signed-off-by: Bernhard Reutner-Fischer --- Makefile.help | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.help') diff --git a/Makefile.help b/Makefile.help index bd8b0ecde..e02c545ef 100644 --- a/Makefile.help +++ b/Makefile.help @@ -57,6 +57,8 @@ help: @echo ' CROSS_COMPILE= - Override CROSS_COMPILER_PREFIX from .config' @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 ' CONFIG_SHELL= - Shell to use for menuconfig' @echo @echo ' PREFIX= - Prepended prefix' -- cgit v1.2.3