-
- Downloads
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
Pull kbuild updates from Michal Marek: "Here is the first round of kbuild changes for v4.1-rc1: - kallsyms fix for ARM and cleanup - make dep(end) removed (developers have no sense of nostalgia these days...) - include Makefiles by relative path - stop useless rebuilds of asm-offsets.h and bounds.h" * 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild: Kbuild: kallsyms: drop special handling of pre-3.0 GCC symbols Kbuild: kallsyms: ignore veneers emitted by the ARM linker kbuild: ia64: use $(src)/Makefile.gate rather than particular path kbuild: include $(src)/Makefile rather than $(obj)/Makefile kbuild: use relative path more to include Makefile kbuild: use relative path to include Makefile kbuild: do not add $(bounds-file) and $(offsets-file) to targets kbuild: remove warning about "make depend" kbuild: Don't reset timestamps in include/generated if not needed
Showing
- Kbuild 10 additions, 11 deletionsKbuild
- Makefile 10 additions, 18 deletionsMakefile
- arch/arm/boot/Makefile 1 addition, 1 deletionarch/arm/boot/Makefile
- arch/ia64/kernel/Makefile 1 addition, 1 deletionarch/ia64/kernel/Makefile
- arch/mips/Makefile 1 addition, 1 deletionarch/mips/Makefile
- arch/um/Makefile 3 additions, 3 deletionsarch/um/Makefile
- arch/x86/Makefile 1 addition, 1 deletionarch/x86/Makefile
- arch/x86/Makefile.um 1 addition, 1 deletionarch/x86/Makefile.um
- scripts/Makefile.dtbinst 1 addition, 1 deletionscripts/Makefile.dtbinst
- scripts/Makefile.fwinst 1 addition, 1 deletionscripts/Makefile.fwinst
- scripts/kallsyms.c 20 additions, 9 deletionsscripts/kallsyms.c
Loading
Please register or sign in to comment