On Sat, 2013-04-13 at 07:13 -0700, Luis R. Rodriguez wrote: > From: "Luis R. Rodriguez" <mcgrof@xxxxxxxxxxxxxxxx> > > The Linux kernel uses srctree to help prefix header files > and scripts. When backporting we want to be able to override > driver's Makefiles' usage of srctree with our own. Since we > can't easily and sanely override the srctree itself without > causing a lot of issues just use the python generator to > do the change for us on the target Makefiles. This addresses > the srctree usage case and where ccflags was used without > prefixing any parent directory when used with drivers, the > kernel tends to fix that with addtree command. Applied. I also removed the now unnecessary patches that change -Idrivers/... johannes -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html