summaryrefslogtreecommitdiff
path: root/patches/collateral-evolutions/network/35-fix-makefile-includes
AgeCommit message (Collapse)Author
2013-04-13backports: add support for backport_srctreeLuis R. Rodriguez
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. Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com> [also remove now unnecessary patches] Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2013-04-06backports: rename all patches to *.patchJohannes Berg
Also combine some that would otherwise have the same names (where .c and .h files with the same name exist) Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2013-04-05refresh patches against next-20130328Johannes Berg
The patches were last refreshed against that same tree, so the only change is that now we have -p in there, which results in changes like this (only): -@@ -1593,7 +1593,7 @@ +@@ -1593,7 +1593,7 @@ static int nl80211_dump_wiphy(struct sk_ This makes the patches more readable. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2013-03-30split patchesJohannes Berg
This splits all patches into per-file patches. I've added the little tool I wrote as well (but it's hard to use). Signed-off-by: Johannes Berg <johannes@sipsolutions.net>