Re: [PATCH 2/3] limit _shipped to c,h and S files

2014-10-02 Thread Nicholas Mc Guire
On Wed, 01 Oct 2014, Michal Marek wrote: > On 2014-10-01 15:36, Nicholas Mc Guire wrote: > > > > limit _shipped to c,h and S files > > > > _shipped targets are intended for generated source files which should > > not permit .o binary blobs which is currently the case. This patch > > simply restr

Re: [PATCH 2/3] limit _shipped to c,h and S files

2014-10-01 Thread Michal Marek
On 2014-10-01 15:36, Nicholas Mc Guire wrote: > > limit _shipped to c,h and S files > > _shipped targets are intended for generated source files which should > not permit .o binary blobs which is currently the case. This patch > simply restricts _shipped targets to .c, .h and .S files. Patches 1

[PATCH 2/3] limit _shipped to c,h and S files

2014-10-01 Thread Nicholas Mc Guire
limit _shipped to c,h and S files _shipped targets are intended for generated source files which should not permit .o binary blobs which is currently the case. This patch simply restricts _shipped targets to .c, .h and .S files. Note that this patch breaks the handline of drivers/net/wan/wanxlfw