Re: [PATCH v4 1/3] kbuild: Add __cc-option macro

2017-06-20 Thread Masahiro Yamada
Hi Matthias, 2017-06-20 3:37 GMT+09:00 Matthias Kaehlcke : > cc-option uses KBUILD_CFLAGS and KBUILD_CPPFLAGS when it determines > whether an option is supported or not. This is fine for options used to > build the kernel itself, however some components like the x86 boot code > use a different set

[PATCH v4 1/3] kbuild: Add __cc-option macro

2017-06-19 Thread Matthias Kaehlcke
cc-option uses KBUILD_CFLAGS and KBUILD_CPPFLAGS when it determines whether an option is supported or not. This is fine for options used to build the kernel itself, however some components like the x86 boot code use a different set of flags. Add the new macro __cc-option which is a more generic ve