Hi Linus, Here are some Kbuild fixes for v4.15. Please pull! The following changes since commit ae64f9bd1d3621b5e60d7363bc20afb46aede215: Linux 4.15-rc2 (2017-12-03 11:01:47 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git tags/kbuild-fixes-v4.15 for you to fetch changes up to 36c1681678b507346e7397a235a7303dad665fc3: genksyms: drop *.hash.c from .gitignore (2018-01-13 21:50:13 +0900) ---------------------------------------------------------------- Kbuild fixes for v4.15 - fix cross-compilation for architectures that setup CROSS_COMPILE in their arch Makefile - fix Kconfig rational operators for bool / tristate - drop a gperf-generated file from .gitignore ---------------------------------------------------------------- Masahiro Yamada (2): kbuild: move cc-option and cc-disable-warning after incl. arch Makefile genksyms: drop *.hash.c from .gitignore Nicolas Pitre (1): kconfig: fix relational operators for bool and tristate symbols Documentation/kbuild/kconfig-language.txt | 23 ++++++++++------ Makefile | 43 ++++++++++++++++-------------- scripts/genksyms/.gitignore | 1 - scripts/kconfig/expr.c | 5 +++- 4 files changed, 42 insertions(+), 30 deletions(-) -- Best Regards Masahiro Yamada -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html