-
- Downloads
Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull Kbuild updates from Masahiro Yamada: - Add new kconfig target 'make mod2noconfig', which will be useful to speed up the build and test iteration. - Raise the minimum supported version of LLVM to 11.0.0 - Refactor certs/Makefile - Change the format of include/config/auto.conf to stop double-quoting string type CONFIG options. - Fix ARCH=sh builds in dash - Separate compression macros for general purposes (cmd_bzip2 etc.) and the ones for decompressors (cmd_bzip2_with_size etc.) - Misc Makefile cleanups * tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: (34 commits) kbuild: add cmd_file_size arch: decompressor: remove useless vmlinux.bin.all-y kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22} kbuild: drop $(size_append) from cmd_zstd sh: rename suffix-y to suffix_y doc: kbuild: fix default in `imply` table microblaze: use built-in function to get CPU_{MAJOR,MINOR,REV} certs: move scripts/extract-cert to certs/ kbuild: do not quote string values in include/config/auto.conf kbuild: do not include include/config/auto.conf from shell scripts certs: simplify $(srctree)/ handling and remove config_filename macro kbuild: stop using config_filename in scripts/Makefile.modsign certs: remove misleading comments about GCC PR certs: refactor file cleaning certs: remove unneeded -I$(srctree) option for system_certificates.o certs: unify duplicated cmd_extract_certs and improve the log certs: use $< and $@ to simplify the key generation rule kbuild: remove headers_check stub kbuild: move headers_check.pl to usr/include/ certs: use if_changed to re-generate the key when the key type is changed ...
No related branches found
No related tags found
Showing
- Documentation/kbuild/kconfig-language.rst 1 addition, 1 deletionDocumentation/kbuild/kconfig-language.rst
- Documentation/process/changes.rst 1 addition, 1 deletionDocumentation/process/changes.rst
- MAINTAINERS 0 additions, 1 deletionMAINTAINERS
- Makefile 3 additions, 12 deletionsMakefile
- arch/Kconfig 1 addition, 2 deletionsarch/Kconfig
- arch/arc/Makefile 2 additions, 2 deletionsarch/arc/Makefile
- arch/arc/boot/dts/Makefile 2 additions, 2 deletionsarch/arc/boot/dts/Makefile
- arch/arm/Kconfig.debug 0 additions, 2 deletionsarch/arm/Kconfig.debug
- arch/arm/boot/compressed/Makefile 4 additions, 4 deletionsarch/arm/boot/compressed/Makefile
- arch/h8300/boot/compressed/Makefile 3 additions, 1 deletionarch/h8300/boot/compressed/Makefile
- arch/h8300/boot/dts/Makefile 1 addition, 5 deletionsarch/h8300/boot/dts/Makefile
- arch/microblaze/Makefile 4 additions, 4 deletionsarch/microblaze/Makefile
- arch/mips/boot/compressed/Makefile 6 additions, 6 deletionsarch/mips/boot/compressed/Makefile
- arch/nds32/Makefile 0 additions, 6 deletionsarch/nds32/Makefile
- arch/nds32/boot/dts/Makefile 1 addition, 6 deletionsarch/nds32/boot/dts/Makefile
- arch/nios2/boot/dts/Makefile 1 addition, 1 deletionarch/nios2/boot/dts/Makefile
- arch/openrisc/boot/dts/Makefile 1 addition, 6 deletionsarch/openrisc/boot/dts/Makefile
- arch/parisc/boot/compressed/Makefile 11 additions, 13 deletionsarch/parisc/boot/compressed/Makefile
- arch/powerpc/boot/Makefile 1 addition, 1 deletionarch/powerpc/boot/Makefile
- arch/riscv/boot/dts/canaan/Makefile 1 addition, 3 deletionsarch/riscv/boot/dts/canaan/Makefile
Loading
Please register or sign in to comment