Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull Kbuild updates from Masahiro Yamada: - Increase the -falign-functions alignment for the debug option. - Remove ugly libelf checks from the top Makefile. - Make the silent build (-s) more silent. - Re-compile the kernel if KBUILD_BUILD_TIMESTAMP is specified. - Various script cleanups * tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: (27 commits) scripts: add generic syscallnr.sh scripts: check duplicated syscall number in syscall table sparc: syscalls: use pattern rules to generate syscall headers parisc: syscalls: use pattern rules to generate syscall headers nds32: add arch/nds32/boot/.gitignore kbuild: mkcompile_h: consider timestamp if KBUILD_BUILD_TIMESTAMP is set kbuild: modpost: Explicitly warn about unprototyped symbols kbuild: remove trailing slashes from $(KBUILD_EXTMOD) kconfig.h: explain IS_MODULE(), IS_ENABLED() kconfig: constify long_opts scripts/setlocalversion: simplify the short version part scripts/setlocalversion: factor out 12-chars hash construction scripts/setlocalversion: add more comments to -dirty flag detection scripts/setlocalversion: remove workaround for old make-kpkg scripts/setlocalversion: remove mercurial, svn and git-svn supports kbuild: clean up ${quiet} checks in shell scripts kbuild: sink stdout from cmd for silent build init: use $(call cmd,) for generating include/generated/compile.h kbuild: merge scripts/mkmakefile to top Makefile sh: move core-y in arch/sh/Makefile to arch/sh/Kbuild ...
No related branches found
No related tags found
Showing
- Makefile 55 additions, 75 deletionsMakefile
- arch/alpha/Kbuild 3 additions, 0 deletionsarch/alpha/Kbuild
- arch/alpha/Makefile 0 additions, 2 deletionsarch/alpha/Makefile
- arch/arc/Makefile 0 additions, 3 deletionsarch/arc/Makefile
- arch/arm/Makefile 0 additions, 1 deletionarch/arm/Makefile
- arch/arm64/Makefile 0 additions, 1 deletionarch/arm64/Makefile
- arch/csky/Kbuild 1 addition, 0 deletionsarch/csky/Kbuild
- arch/h8300/Kbuild 2 additions, 0 deletionsarch/h8300/Kbuild
- arch/h8300/Makefile 0 additions, 3 deletionsarch/h8300/Makefile
- arch/hexagon/Kbuild 2 additions, 0 deletionsarch/hexagon/Kbuild
- arch/hexagon/Makefile 0 additions, 4 deletionsarch/hexagon/Makefile
- arch/ia64/Kbuild 1 addition, 0 deletionsarch/ia64/Kbuild
- arch/m68k/Makefile 0 additions, 1 deletionarch/m68k/Makefile
- arch/microblaze/Kbuild 1 addition, 0 deletionsarch/microblaze/Kbuild
- arch/mips/Makefile 0 additions, 3 deletionsarch/mips/Makefile
- arch/nds32/Kbuild 1 addition, 0 deletionsarch/nds32/Kbuild
- arch/nds32/boot/.gitignore 2 additions, 0 deletionsarch/nds32/boot/.gitignore
- arch/nios2/Kbuild 1 addition, 0 deletionsarch/nios2/Kbuild
- arch/openrisc/Makefile 0 additions, 1 deletionarch/openrisc/Makefile
- arch/parisc/Kbuild 1 addition, 0 deletionsarch/parisc/Kbuild
arch/alpha/Kbuild
0 → 100644
arch/csky/Kbuild
0 → 100644
arch/h8300/Kbuild
0 → 100644
arch/hexagon/Kbuild
0 → 100644
arch/ia64/Kbuild
0 → 100644
arch/microblaze/Kbuild
0 → 100644
arch/nds32/Kbuild
0 → 100644
arch/nds32/boot/.gitignore
0 → 100644
arch/nios2/Kbuild
0 → 100644
arch/parisc/Kbuild
0 → 100644
Please register or sign in to comment