Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull Kbuild updates from Masahiro Yamada: - Add new environment variables, USERCFLAGS and USERLDFLAGS to allow additional flags to be passed to user-space programs. - Fix missing fflush() bugs in Kconfig and fixdep - Fix a minor bug in the comment format of the .config file - Make kallsyms ignore llvm's local labels, .L* - Fix UAPI compile-test for cross-compiling with Clang - Extend the LLVM= syntax to support LLVM=<suffix> form for using a particular version of LLVm, and LLVM=<prefix> form for using custom LLVM in a particular directory path. - Clean up Makefiles * tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: kbuild: Make $(LLVM) more flexible kbuild: add --target to correctly cross-compile UAPI headers with Clang fixdep: use fflush() and ferror() to ensure successful write to files arch: syscalls: simplify uapi/kapi directory creation usr/include: replace extra-y with always-y certs: simplify empty certs creation in certs/Makefile certs: include certs/signing_key.x509 unconditionally kallsyms: ignore all local labels prefixed by '.L' kconfig: fix missing '# end of' for empty menu kconfig: add fflush() before ferror() check kbuild: replace $(if A,A,B) with $(or A,B) kbuild: Add environment variables for userprogs flags kbuild: unify cmd_copy and cmd_shipped
No related branches found
No related tags found
Showing
- Documentation/kbuild/kbuild.rst 11 additions, 0 deletionsDocumentation/kbuild/kbuild.rst
- Documentation/kbuild/llvm.rst 25 additions, 6 deletionsDocumentation/kbuild/llvm.rst
- Documentation/kbuild/makefiles.rst 2 additions, 0 deletionsDocumentation/kbuild/makefiles.rst
- Makefile 27 additions, 19 deletionsMakefile
- arch/alpha/kernel/syscalls/Makefile 1 addition, 2 deletionsarch/alpha/kernel/syscalls/Makefile
- arch/arm/tools/Makefile 1 addition, 2 deletionsarch/arm/tools/Makefile
- arch/ia64/kernel/syscalls/Makefile 1 addition, 2 deletionsarch/ia64/kernel/syscalls/Makefile
- arch/m68k/kernel/syscalls/Makefile 1 addition, 2 deletionsarch/m68k/kernel/syscalls/Makefile
- arch/microblaze/boot/Makefile 1 addition, 1 deletionarch/microblaze/boot/Makefile
- arch/microblaze/boot/dts/Makefile 1 addition, 1 deletionarch/microblaze/boot/dts/Makefile
- arch/microblaze/kernel/syscalls/Makefile 1 addition, 2 deletionsarch/microblaze/kernel/syscalls/Makefile
- arch/mips/kernel/syscalls/Makefile 1 addition, 2 deletionsarch/mips/kernel/syscalls/Makefile
- arch/parisc/kernel/syscalls/Makefile 1 addition, 2 deletionsarch/parisc/kernel/syscalls/Makefile
- arch/powerpc/kernel/syscalls/Makefile 1 addition, 2 deletionsarch/powerpc/kernel/syscalls/Makefile
- arch/s390/kernel/syscalls/Makefile 1 addition, 2 deletionsarch/s390/kernel/syscalls/Makefile
- arch/sh/kernel/syscalls/Makefile 1 addition, 2 deletionsarch/sh/kernel/syscalls/Makefile
- arch/sparc/kernel/syscalls/Makefile 1 addition, 2 deletionsarch/sparc/kernel/syscalls/Makefile
- arch/x86/entry/syscalls/Makefile 1 addition, 2 deletionsarch/x86/entry/syscalls/Makefile
- arch/xtensa/kernel/syscalls/Makefile 1 addition, 2 deletionsarch/xtensa/kernel/syscalls/Makefile
- certs/Makefile 11 additions, 26 deletionscerts/Makefile
Loading
Please register or sign in to comment