Hi Linus, the main part of kbuild is a bit boring this time. The dtc tool got the ability to record dependency information and kbuild makes use of it, plus there are three minor fixes. Michal The following changes since commit 1ea6b8f48918282bdca0b32a34095504ee65bab5: Linux 3.2-rc1 (2011-11-07 16:16:02 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git kbuild Fernando Luis Vázquez Cao (1): scripts/genksyms: clean lex/yacc generated files Jason Wessel (1): kbuild: Correctly deal with make options which contain an "s" Michal Marek (1): kbuild: Fix comment in Makefile.lib Stephen Warren (2): dtc: Implement -d option to write out a dependency file Kbuild: Use dtc's -d (dependency) option Makefile | 2 +- arch/arm/boot/Makefile | 6 ++++-- arch/microblaze/boot/Makefile | 2 +- arch/openrisc/boot/Makefile | 4 ++-- arch/powerpc/boot/Makefile | 4 ++-- scripts/Makefile.lib | 8 ++++---- scripts/dtc/dtc.c | 21 ++++++++++++++++++++- scripts/dtc/srcpos.c | 4 ++++ scripts/dtc/srcpos.h | 1 + scripts/genksyms/Makefile | 1 + 10 files changed, 40 insertions(+), 13 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html