Re: [PATCH v6 5/8] kbuild: add fine grained build dependencies for exported symbols

2016-03-19 Thread Nicolas Pitre
On Wed, 16 Mar 2016, Michal Marek wrote: > On 2016-03-16 00:14, Nicolas Pitre wrote: > > On Tue, 15 Mar 2016, Michal Marek wrote: > > > >> Dne 14.3.2016 v 03:42 Nicolas Pitre napsal(a): > >>> +# Filter out exported kernel symbol names from the preprocessor output. > >>> +# See also __KSYM_DEPS__

Re: [PATCH v6 5/8] kbuild: add fine grained build dependencies for exported symbols

2016-03-19 Thread Nicolas Pitre
On Wed, 16 Mar 2016, Michal Marek wrote: > On 2016-03-16 00:14, Nicolas Pitre wrote: > > On Tue, 15 Mar 2016, Michal Marek wrote: > > > >> Dne 14.3.2016 v 03:42 Nicolas Pitre napsal(a): > >>> +# Filter out exported kernel symbol names from the preprocessor output. > >>> +# See also __KSYM_DEPS__

Re: [PATCH v6 5/8] kbuild: add fine grained build dependencies for exported symbols

2016-03-18 Thread Michal Marek
On 2016-03-16 00:14, Nicolas Pitre wrote: > On Tue, 15 Mar 2016, Michal Marek wrote: > >> Dne 14.3.2016 v 03:42 Nicolas Pitre napsal(a): >>> +# Filter out exported kernel symbol names from the preprocessor output. >>> +# See also __KSYM_DEPS__ in include/linux/export.h. >>> +# We disable the

Re: [PATCH v6 5/8] kbuild: add fine grained build dependencies for exported symbols

2016-03-18 Thread Michal Marek
On 2016-03-16 00:14, Nicolas Pitre wrote: > On Tue, 15 Mar 2016, Michal Marek wrote: > >> Dne 14.3.2016 v 03:42 Nicolas Pitre napsal(a): >>> +# Filter out exported kernel symbol names from the preprocessor output. >>> +# See also __KSYM_DEPS__ in include/linux/export.h. >>> +# We disable the

Re: [PATCH v6 5/8] kbuild: add fine grained build dependencies for exported symbols

2016-03-15 Thread Nicolas Pitre
On Tue, 15 Mar 2016, Michal Marek wrote: > Dne 14.3.2016 v 03:42 Nicolas Pitre napsal(a): > > +# Filter out exported kernel symbol names from the preprocessor output. > > +# See also __KSYM_DEPS__ in include/linux/export.h. > > +# We disable the depfile generation here, so as not to overwrite the

Re: [PATCH v6 5/8] kbuild: add fine grained build dependencies for exported symbols

2016-03-15 Thread Nicolas Pitre
On Tue, 15 Mar 2016, Michal Marek wrote: > Dne 14.3.2016 v 03:42 Nicolas Pitre napsal(a): > > +# Filter out exported kernel symbol names from the preprocessor output. > > +# See also __KSYM_DEPS__ in include/linux/export.h. > > +# We disable the depfile generation here, so as not to overwrite the

Re: [PATCH v6 5/8] kbuild: add fine grained build dependencies for exported symbols

2016-03-15 Thread Michal Marek
Dne 15.3.2016 v 21:33 Michal Marek napsal(a): > Dne 14.3.2016 v 03:42 Nicolas Pitre napsal(a): >> +# Filter out exported kernel symbol names from the preprocessor output. >> +# See also __KSYM_DEPS__ in include/linux/export.h. >> +# We disable the depfile generation here, so as not to overwrite

Re: [PATCH v6 5/8] kbuild: add fine grained build dependencies for exported symbols

2016-03-15 Thread Michal Marek
Dne 15.3.2016 v 21:33 Michal Marek napsal(a): > Dne 14.3.2016 v 03:42 Nicolas Pitre napsal(a): >> +# Filter out exported kernel symbol names from the preprocessor output. >> +# See also __KSYM_DEPS__ in include/linux/export.h. >> +# We disable the depfile generation here, so as not to overwrite

Re: [PATCH v6 5/8] kbuild: add fine grained build dependencies for exported symbols

2016-03-15 Thread Michal Marek
Dne 14.3.2016 v 03:42 Nicolas Pitre napsal(a): > +# Filter out exported kernel symbol names from the preprocessor output. > +# See also __KSYM_DEPS__ in include/linux/export.h. > +# We disable the depfile generation here, so as not to overwrite the existing > +# depfile while fixdep is parsing it

Re: [PATCH v6 5/8] kbuild: add fine grained build dependencies for exported symbols

2016-03-15 Thread Michal Marek
Dne 14.3.2016 v 03:42 Nicolas Pitre napsal(a): > +# Filter out exported kernel symbol names from the preprocessor output. > +# See also __KSYM_DEPS__ in include/linux/export.h. > +# We disable the depfile generation here, so as not to overwrite the existing > +# depfile while fixdep is parsing it