Re: COMPILE_TEST

2020-09-02 Thread Andrew Lunn
> > It would be good to know which other CONFIG symbols and header files > > are known to work (or expected to work) like this. > > > > Having these stubs allows us to always either omit e.g. > > depends on GPIOLIB > > The above could only be done if the dependency is simply for > linkage and

Re: COMPILE_TEST

2020-09-02 Thread Alex Elder
On 9/1/20 7:52 PM, Randy Dunlap wrote: > On 9/1/20 5:17 PM, Jakub Kicinski wrote: >> On Tue, 1 Sep 2020 23:48:52 +0200 Andrew Lunn wrote: >>> On Tue, Sep 01, 2020 at 03:22:31PM -0500, Alex Elder wrote: Jakub, you suggested/requested that the Qualcomm IPA driver get built when the COMPILE_

Re: COMPILE_TEST

2020-09-01 Thread Randy Dunlap
On 9/1/20 5:17 PM, Jakub Kicinski wrote: > On Tue, 1 Sep 2020 23:48:52 +0200 Andrew Lunn wrote: >> On Tue, Sep 01, 2020 at 03:22:31PM -0500, Alex Elder wrote: >>> Jakub, you suggested/requested that the Qualcomm IPA driver get >>> built when the COMPILE_TEST config option is enabled. I started >>>

Re: COMPILE_TEST

2020-09-01 Thread Jakub Kicinski
On Tue, 1 Sep 2020 23:48:52 +0200 Andrew Lunn wrote: > On Tue, Sep 01, 2020 at 03:22:31PM -0500, Alex Elder wrote: > > Jakub, you suggested/requested that the Qualcomm IPA driver get > > built when the COMPILE_TEST config option is enabled. I started > > working on this a few months ago but didn't

Re: COMPILE_TEST

2020-09-01 Thread Andrew Lunn
On Tue, Sep 01, 2020 at 03:22:31PM -0500, Alex Elder wrote: > Jakub, you suggested/requested that the Qualcomm IPA driver get > built when the COMPILE_TEST config option is enabled. I started > working on this a few months ago but didn't finish, and picked > it up again today. I'd really like to