-
- Downloads
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Pull kbuild changes from Michal Marek: - fix for handling dependencies of *-objs targets by Masahiro Yamada - lots of cleanups in the kbuild machinery, also by Masahiro - fixes for the kconfig build to use an UTF-8 capable ncurses library if possible and to build on not-so-standard installs - some more minor fixes * 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild: kbuild: Do not reference *-n variables in the Makefile kbuild: simplify build, clean, modbuiltin shorthands kbuild: arm: Do not define "comma" twice kbuild: remove obj-n and lib-n handling kbuild: remove unnecessary variable initializaions kbuild: remove unnecessary "obj- := dummy.o" trick kbuild: handle C=... and M=... after entering into build directory kbuild: use $(Q) for sub-make target kbuild: fake the "Entering directory ..." message more simply kconfig/lxdialog: get ncurses CFLAGS with pkg-config kconfig: nconfig: fix multi-byte UTF handling kconfig: lxdialog: fix spelling kbuild: Make scripts executable kbuild: remove redundant clean-files from scripts/kconfig/Makefile kbuild: refactor script/kconfig/Makefile kbuild: handle the dependency of multi-objs hostprogs appropriately kbuild: handle multi-objs dependency appropriately
No related branches found
No related tags found
Showing
- arch/arm64/Makefile 0 additions, 2 deletionsarch/arm64/Makefile
- drivers/clk/shmobile/Makefile 0 additions, 2 deletionsdrivers/clk/shmobile/Makefile
- drivers/net/wimax/Makefile 0 additions, 4 deletionsdrivers/net/wimax/Makefile
- firmware/Makefile 1 addition, 1 deletionfirmware/Makefile
- scripts/Kbuild.include 2 additions, 2 deletionsscripts/Kbuild.include
- scripts/Makefile.build 6 additions, 8 deletionsscripts/Makefile.build
- scripts/Makefile.clean 2 additions, 4 deletionsscripts/Makefile.clean
- scripts/Makefile.fwinst 1 addition, 1 deletionscripts/Makefile.fwinst
- scripts/Makefile.host 4 additions, 2 deletionsscripts/Makefile.host
- scripts/Makefile.lib 9 additions, 0 deletionsscripts/Makefile.lib
- scripts/bootgraph.pl 0 additions, 0 deletionsscripts/bootgraph.pl
- scripts/export_report.pl 0 additions, 0 deletionsscripts/export_report.pl
- scripts/gcc-goto.sh 0 additions, 0 deletionsscripts/gcc-goto.sh
- scripts/gcc-ld 0 additions, 0 deletionsscripts/gcc-ld
- scripts/gcc-version.sh 0 additions, 0 deletionsscripts/gcc-version.sh
- scripts/gcc-x86_32-has-stack-protector.sh 0 additions, 0 deletionsscripts/gcc-x86_32-has-stack-protector.sh
- scripts/gcc-x86_64-has-stack-protector.sh 0 additions, 0 deletionsscripts/gcc-x86_64-has-stack-protector.sh
- scripts/gen_initramfs_list.sh 0 additions, 0 deletionsscripts/gen_initramfs_list.sh
- scripts/headers_check.pl 0 additions, 0 deletionsscripts/headers_check.pl
- scripts/headers_install.sh 0 additions, 0 deletionsscripts/headers_install.sh
scripts/bootgraph.pl
100644 → 100755
File mode changed from 100644 to 100755
scripts/export_report.pl
100644 → 100755
File mode changed from 100644 to 100755
scripts/gcc-goto.sh
100644 → 100755
File mode changed from 100644 to 100755
scripts/gcc-ld
100644 → 100755
File mode changed from 100644 to 100755
scripts/gcc-version.sh
100644 → 100755
File mode changed from 100644 to 100755
scripts/gcc-x86_32-has-stack-protector.sh
100644 → 100755
File mode changed from 100644 to 100755
scripts/gcc-x86_64-has-stack-protector.sh
100644 → 100755
File mode changed from 100644 to 100755
scripts/gen_initramfs_list.sh
100644 → 100755
File mode changed from 100644 to 100755
scripts/headers_check.pl
100644 → 100755
File mode changed from 100644 to 100755
scripts/headers_install.sh
100644 → 100755
File mode changed from 100644 to 100755
Please sign in to comment