Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Pull kbuild updates from Michal Marek: - new option CONFIG_TRIM_UNUSED_KSYMS which does a two-pass build and unexports symbols which are not used in the current config [Nicolas Pitre] - several kbuild rule cleanups [Masahiro Yamada] - warning option adjustments for gcov etc [Arnd Bergmann] - a few more small fixes * 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild: (31 commits) kbuild: move -Wunused-const-variable to W=1 warning level kbuild: fix if_change and friends to consider argument order kbuild: fix adjust_autoksyms.sh for modules that need only one symbol kbuild: fix ksym_dep_filter when multiple EXPORT_SYMBOL() on the same line gcov: disable -Wmaybe-uninitialized warning gcov: disable tree-loop-im to reduce stack usage gcov: disable for COMPILE_TEST Kbuild: disable 'maybe-uninitialized' warning for CONFIG_PROFILE_ALL_BRANCHES Kbuild: change CC_OPTIMIZE_FOR_SIZE definition kbuild: forbid kernel directory to contain spaces and colons kbuild: adjust ksym_dep_filter for some cmd_* renames kbuild: Fix dependencies for final vmlinux link kbuild: better abstract vmlinux sequential prerequisites kbuild: fix call to adjust_autoksyms.sh when output directory specified kbuild: Get rid of KBUILD_STR kbuild: rename cmd_as_s_S to cmd_cpp_s_S kbuild: rename cmd_cc_i_c to cmd_cpp_i_c kbuild: drop redundant "PHONY += FORCE" kbuild: delete unnecessary "@:" kbuild: mark help target as PHONY ...
No related branches found
No related tags found
Showing
- Makefile 47 additions, 19 deletionsMakefile
- arch/arm/boot/Makefile 0 additions, 1 deletionarch/arm/boot/Makefile
- arch/arm/boot/bootp/Makefile 1 addition, 2 deletionsarch/arm/boot/bootp/Makefile
- arch/arm/vdso/Makefile 1 addition, 1 deletionarch/arm/vdso/Makefile
- arch/h8300/boot/compressed/Makefile 0 additions, 1 deletionarch/h8300/boot/compressed/Makefile
- arch/ia64/Makefile 3 additions, 3 deletionsarch/ia64/Makefile
- arch/m32r/boot/compressed/Makefile 0 additions, 1 deletionarch/m32r/boot/compressed/Makefile
- arch/mn10300/boot/compressed/Makefile 0 additions, 1 deletionarch/mn10300/boot/compressed/Makefile
- arch/nios2/boot/compressed/Makefile 0 additions, 1 deletionarch/nios2/boot/compressed/Makefile
- arch/s390/boot/compressed/Makefile 0 additions, 1 deletionarch/s390/boot/compressed/Makefile
- arch/sh/boot/compressed/Makefile 0 additions, 1 deletionarch/sh/boot/compressed/Makefile
- arch/sh/boot/romimage/Makefile 0 additions, 1 deletionarch/sh/boot/romimage/Makefile
- arch/unicore32/boot/Makefile 1 addition, 1 deletionarch/unicore32/boot/Makefile
- arch/unicore32/boot/compressed/Makefile 0 additions, 1 deletionarch/unicore32/boot/compressed/Makefile
- arch/x86/boot/compressed/Makefile 0 additions, 1 deletionarch/x86/boot/compressed/Makefile
- arch/x86/entry/vdso/Makefile 2 additions, 2 deletionsarch/x86/entry/vdso/Makefile
- arch/x86/purgatory/Makefile 0 additions, 2 deletionsarch/x86/purgatory/Makefile
- arch/x86/realmode/rm/Makefile 0 additions, 1 deletionarch/x86/realmode/rm/Makefile
- include/linux/export.h 31 additions, 2 deletionsinclude/linux/export.h
- init/Kconfig 29 additions, 0 deletionsinit/Kconfig
Loading
Please register or sign in to comment