kbuild: Rename HOSTCFLAGS to KBUILD_HOSTCFLAGS
In preparation for enabling command line CFLAGS, re-name HOSTCFLAGS to KBUILD_HOSTCFLAGS as the internal use only flags. This should not have any visible effects. Signed-off-by: Laura Abbott <labbott@redhat.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:

committed by
Masahiro Yamada

parent
efa75c4923
commit
96f14fe738
@@ -661,7 +661,7 @@ Both possibilities are described in the following.
|
||||
|
||||
When compiling host programs, it is possible to set specific flags.
|
||||
The programs will always be compiled utilising $(HOSTCC) passed
|
||||
the options specified in $(HOSTCFLAGS).
|
||||
the options specified in $(KBUILD_HOSTCFLAGS).
|
||||
To set flags that will take effect for all host programs created
|
||||
in that Makefile, use the variable HOST_EXTRACFLAGS.
|
||||
|
||||
|
Reference in New Issue
Block a user