2017-10-04 12:56 GMT+09:00 Masahiro Yamada <yamada.masah...@socionext.com>: > The top Makefile is divided into some sections such as mixed targets, > config targets, build targets, etc. > > When we build mixed targets, Kbuild just invokes submake to process > them one by one. In this case, compiler-related variables like CC, > KBUILD_CFLAGS, etc. are unneeded. > > Check what kind of targets we are building first, then parse necessary > variables for building them. > > Signed-off-by: Masahiro Yamada <yamada.masah...@socionext.com> > --- > > Makefile | 233 > ++++++++++++++++++++++++++++++++------------------------------- > 1 file changed, 118 insertions(+), 115 deletions(-)
Applied to linux-kbuild/kbuild. Thanks. -- Best Regards Masahiro Yamada