This series of patches improves th powerpc kbuild system. The motivation was to to be compatible with the new Kconfig scripting language that Yamada-san has implemented here for merge: https://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git/log/?h=kconfig I have tested on top of that tree, powerpc now builds there. To avoid build breakage, the first 3 patches must go before the kconfig change, and the 4th patch must go after it. v5 changes: - Patch 4 update to syntax changed since kconfig-shell-v3 release. - Patch 4 suggestions from Masahiro Yamada, remove unnecessary "OK" output from check mprofile script, and fold CC_USING_MPROFILE_KERNEL into CONFIG_MPROFILE_KERNEL. - Reduce whitespace disturbance in patch 1. Thanks, Nick Nicholas Piggin (4): powerpc/kbuild: set default generic machine type for 32-bit compile powerpc/kbuild: remove CROSS32 defines from top level powerpc Makefile powerpc/kbuild: Use flags variables rather than overriding LD/CC/AS powerpc/kbuild: move -mprofile-kernel check to Kconfig arch/powerpc/Kconfig | 16 +------ arch/powerpc/Makefile | 44 ++++++++----------- arch/powerpc/boot/Makefile | 16 ++++--- arch/powerpc/include/asm/module.h | 2 +- arch/powerpc/kernel/module_64.c | 4 +- arch/powerpc/kernel/trace/ftrace.c | 6 +-- arch/powerpc/kernel/vdso32/Makefile | 15 +++++-- .../tools/gcc-check-mprofile-kernel.sh | 13 +++--- scripts/recordmcount.pl | 18 +++++++- 9 files changed, 72 insertions(+), 62 deletions(-) -- 2.17.0 -- 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