Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull more Kbuild updates from Masahiro Yamada:
- fix randconfig to generate a sane .config
- rename hostprogs-y / always to hostprogs / always-y, which are more
natual syntax.
- optimize scripts/kallsyms
- fix yes2modconfig and mod2yesconfig
- make multiple directory targets ('make foo/ bar/') work
* tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
kbuild: make multiple directory targets work
kconfig: Invalidate all symbols after changing to y or m.
kallsyms: fix type of kallsyms_token_table[]
scripts/kallsyms: change table to store (strcut sym_entry *)
scripts/kallsyms: rename local variables in read_symbol()
kbuild: rename hostprogs-y/always to hostprogs/always-y
kbuild: fix the document to use extra-y for vmlinux.lds
kconfig: fix broken dependency in randconfig-generated .config
No related branches found
No related tags found
Showing
- Documentation/kbuild/makefiles.rst 18 additions, 35 deletionsDocumentation/kbuild/makefiles.rst
- Kbuild 4 additions, 4 deletionsKbuild
- Makefile 1 addition, 1 deletionMakefile
- arch/alpha/boot/Makefile 1 addition, 1 deletionarch/alpha/boot/Makefile
- arch/arm/vdso/Makefile 1 addition, 1 deletionarch/arm/vdso/Makefile
- arch/arm64/kernel/vdso32/Makefile 2 additions, 2 deletionsarch/arm64/kernel/vdso32/Makefile
- arch/mips/boot/Makefile 1 addition, 1 deletionarch/mips/boot/Makefile
- arch/mips/boot/compressed/Makefile 2 additions, 2 deletionsarch/mips/boot/compressed/Makefile
- arch/mips/boot/tools/Makefile 1 addition, 1 deletionarch/mips/boot/tools/Makefile
- arch/mips/tools/Makefile 2 additions, 2 deletionsarch/mips/tools/Makefile
- arch/mips/vdso/Makefile 1 addition, 1 deletionarch/mips/vdso/Makefile
- arch/powerpc/boot/Makefile 2 additions, 2 deletionsarch/powerpc/boot/Makefile
- arch/s390/tools/Makefile 2 additions, 2 deletionsarch/s390/tools/Makefile
- arch/sparc/boot/Makefile 1 addition, 1 deletionarch/sparc/boot/Makefile
- arch/sparc/vdso/Makefile 1 addition, 1 deletionarch/sparc/vdso/Makefile
- arch/x86/boot/Makefile 2 additions, 2 deletionsarch/x86/boot/Makefile
- arch/x86/boot/compressed/Makefile 1 addition, 1 deletionarch/x86/boot/compressed/Makefile
- arch/x86/entry/vdso/Makefile 1 addition, 1 deletionarch/x86/entry/vdso/Makefile
- arch/x86/realmode/rm/Makefile 1 addition, 1 deletionarch/x86/realmode/rm/Makefile
- arch/x86/tools/Makefile 2 additions, 2 deletionsarch/x86/tools/Makefile
Loading
Please register or sign in to comment