Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull more Kbuild updates from Masahiro Yamada: - Convert sh and sparc to use generic shell scripts to generate the syscall headers - refactor .gitignore files - Update kernel/config_data.gz only when the content of the .config is really changed, which avoids the unneeded re-link of vmlinux - move "remove stale files" workarounds to scripts/remove-stale-files - suppress unused-but-set-variable warnings by default for Clang as well - fix locale setting LANG=C to LC_ALL=C - improve 'make distclean' - always keep intermediate objects from scripts/link-vmlinux.sh - move IF_ENABLED out of <linux/kconfig.h> to make it self-contained - misc cleanups * tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: (25 commits) linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h> kbuild: Don't remove link-vmlinux temporary files on exi...
Showing
- .gitignore 5 additions, 3 deletions.gitignore
- Documentation/devicetree/bindings/.gitignore 2 additions, 2 deletionsDocumentation/devicetree/bindings/.gitignore
- Makefile 13 additions, 29 deletionsMakefile
- arch/.gitignore 2 additions, 2 deletionsarch/.gitignore
- arch/arm/boot/compressed/Makefile 0 additions, 7 deletionsarch/arm/boot/compressed/Makefile
- arch/m68k/Makefile 1 addition, 1 deletionarch/m68k/Makefile
- arch/mips/Makefile 1 addition, 1 deletionarch/mips/Makefile
- arch/parisc/Makefile 1 addition, 1 deletionarch/parisc/Makefile
- arch/powerpc/boot/wrapper 1 addition, 1 deletionarch/powerpc/boot/wrapper
- arch/sh/Makefile 1 addition, 1 deletionarch/sh/Makefile
- arch/sh/kernel/syscalls/Makefile 4 additions, 10 deletionsarch/sh/kernel/syscalls/Makefile
- arch/sh/kernel/syscalls/syscallhdr.sh 0 additions, 36 deletionsarch/sh/kernel/syscalls/syscallhdr.sh
- arch/sh/kernel/syscalls/syscalltbl.sh 0 additions, 32 deletionsarch/sh/kernel/syscalls/syscalltbl.sh
- arch/sparc/include/asm/Kbuild 0 additions, 1 deletionarch/sparc/include/asm/Kbuild
- arch/sparc/kernel/syscalls/Makefile 9 additions, 21 deletionsarch/sparc/kernel/syscalls/Makefile
- arch/sparc/kernel/syscalls/syscallhdr.sh 0 additions, 36 deletionsarch/sparc/kernel/syscalls/syscallhdr.sh
- arch/sparc/kernel/syscalls/syscalltbl.sh 0 additions, 36 deletionsarch/sparc/kernel/syscalls/syscalltbl.sh
- arch/sparc/kernel/systbls_32.S 2 additions, 2 deletionsarch/sparc/kernel/systbls_32.S
- arch/sparc/kernel/systbls_64.S 5 additions, 3 deletionsarch/sparc/kernel/systbls_64.S
- arch/xtensa/Makefile 1 addition, 5 deletionsarch/xtensa/Makefile
Please register or sign in to comment