OSDN Git Service

help: Document BUILD_CFLAGS and BUILD_LDFLAGS
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 8 May 2012 17:49:55 +0000 (19:49 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 8 May 2012 17:49:55 +0000 (19:49 +0200)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Makefile.help

index bd8b0ec..e02c545 100644 (file)
@@ -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'