Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull more Kbuild updates from Masahiro Yamada: - remove unneeded use of cc-option, cc-disable-warning, cc-ldoption - exclude tracked files from .gitignore - re-enable -Wint-in-bool-context warning - refactor samples/Makefile - stop building immediately if syncconfig fails - do not sprinkle error messages when $(CC) does not exist - move arch/alpha/defconfig to the configs subdirectory - remove crappy header search path manipulation - add comment lines to .config to clarify the end of menu blocks - check uniqueness of module names (adding new warnings intentionally) * tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: (24 commits) kconfig: use 'else ifneq' for Makefile to improve readability kbuild: check uniqueness of module names kconfig: Terminate menu blocks with a comment in the generated config kbuild: add LICENSES to KBUILD_ALLDIRS kbuild: remove 'addtree' and 'flags' magic for header search paths treewide: prefix header search paths with $(srctree)/ media: prefix header search paths with $(srctree)/ media: remove unneeded header search paths alpha: move arch/alpha/defconfig to arch/alpha/configs/defconfig kbuild: terminate Kconfig when $(CC) or $(LD) is missing kbuild: turn auto.conf.cmd into a mandatory include file .gitignore: exclude .get_maintainer.ignore and .gitattributes kbuild: add all Clang-specific flags unconditionally kbuild: Don't try to add '-fcatch-undefined-behavior' flag kbuild: add some extra warning flags unconditionally kbuild: add -Wvla flag unconditionally arch: remove dangling asm-generic wrappers samples: guard sub-directories with CONFIG options kbuild: re-enable int-in-bool-context warning MAINTAINERS: kbuild: Add pattern for scripts/*vmlinux* ...
No related branches found
No related tags found
Showing
- .gitignore 5 additions, 3 deletions.gitignore
- MAINTAINERS 1 addition, 0 deletionsMAINTAINERS
- Makefile 10 additions, 11 deletionsMakefile
- arch/alpha/Makefile 2 additions, 0 deletionsarch/alpha/Makefile
- arch/alpha/configs/defconfig 0 additions, 0 deletionsarch/alpha/configs/defconfig
- arch/csky/boot/dts/include/dt-bindings 0 additions, 1 deletionarch/csky/boot/dts/include/dt-bindings
- arch/csky/include/asm/Kbuild 0 additions, 4 deletionsarch/csky/include/asm/Kbuild
- arch/h8300/include/asm/Kbuild 0 additions, 1 deletionarch/h8300/include/asm/Kbuild
- arch/ia64/kernel/Makefile.gate 1 addition, 1 deletionarch/ia64/kernel/Makefile.gate
- arch/mips/pnx833x/Platform 1 addition, 1 deletionarch/mips/pnx833x/Platform
- arch/nds32/include/asm/Kbuild 0 additions, 3 deletionsarch/nds32/include/asm/Kbuild
- arch/powerpc/Makefile 1 addition, 1 deletionarch/powerpc/Makefile
- arch/riscv/include/asm/Kbuild 0 additions, 4 deletionsarch/riscv/include/asm/Kbuild
- arch/sh/Makefile 2 additions, 2 deletionsarch/sh/Makefile
- arch/sh/boot/.gitignore 1 addition, 0 deletionsarch/sh/boot/.gitignore
- arch/sh/kernel/vsyscall/Makefile 1 addition, 2 deletionsarch/sh/kernel/vsyscall/Makefile
- arch/x86/kernel/Makefile 1 addition, 1 deletionarch/x86/kernel/Makefile
- arch/x86/mm/Makefile 1 addition, 1 deletionarch/x86/mm/Makefile
- arch/xtensa/boot/lib/Makefile 1 addition, 1 deletionarch/xtensa/boot/lib/Makefile
- arch/xtensa/include/asm/Kbuild 0 additions, 1 deletionarch/xtensa/include/asm/Kbuild
File moved
Please register or sign in to comment