Re: [PATCH] usb: gadget: Handle SPL_* configs

2020-02-26 Thread Nathan Rossi
On Fri, 21 Feb 2020 at 19:24, Lukasz Majewski wrote: > > Hi Nathan, > > > On Tue, 28 Jan 2020 at 20:26, Lukasz Majewski wrote: > > > > > > On Tue, 28 Jan 2020 17:50:03 +1000 > > > Nathan Rossi wrote: > > > > > > > On Mon, 27 Jan 2020 at 22:51, Lukasz Majewski > > > > wrote: > > > > > > > > > >

Re: [PATCH] usb: gadget: Handle SPL_* configs

2020-02-21 Thread Lukasz Majewski
Hi Nathan, > On Tue, 28 Jan 2020 at 20:26, Lukasz Majewski wrote: > > > > On Tue, 28 Jan 2020 17:50:03 +1000 > > Nathan Rossi wrote: > > > > > On Mon, 27 Jan 2020 at 22:51, Lukasz Majewski > > > wrote: > > > > > > > > Hi Nathan, > > > > > > > > > Handle selection of objects based on $(SPL

Re: [PATCH] usb: gadget: Handle SPL_* configs

2020-01-28 Thread Nathan Rossi
On Tue, 28 Jan 2020 at 20:26, Lukasz Majewski wrote: > > On Tue, 28 Jan 2020 17:50:03 +1000 > Nathan Rossi wrote: > > > On Mon, 27 Jan 2020 at 22:51, Lukasz Majewski wrote: > > > > > > Hi Nathan, > > > > > > > Handle selection of objects based on $(SPL_) to allow for normal > > > > and SPL build

Re: [PATCH] usb: gadget: Handle SPL_* configs

2020-01-28 Thread Lukasz Majewski
On Tue, 28 Jan 2020 17:50:03 +1000 Nathan Rossi wrote: > On Mon, 27 Jan 2020 at 22:51, Lukasz Majewski wrote: > > > > Hi Nathan, > > > > > Handle selection of objects based on $(SPL_) to allow for normal > > > and SPL builds to have differing object compilation. > > > > Could you share the e

Re: [PATCH] usb: gadget: Handle SPL_* configs

2020-01-27 Thread Nathan Rossi
On Mon, 27 Jan 2020 at 22:51, Lukasz Majewski wrote: > > Hi Nathan, > > > Handle selection of objects based on $(SPL_) to allow for normal and > > SPL builds to have differing object compilation. > > Could you share the exact use case? I do guess that you want to add > some gadget(s) to SPL? I am

Re: [PATCH] usb: gadget: Handle SPL_* configs

2020-01-27 Thread Lukasz Majewski
Hi Nathan, > Handle selection of objects based on $(SPL_) to allow for normal and > SPL builds to have differing object compilation. Could you share the exact use case? I do guess that you want to add some gadget(s) to SPL? (Such changes may cause issues on boards already using this feature - co

[PATCH] usb: gadget: Handle SPL_* configs

2020-01-27 Thread Nathan Rossi
Handle selection of objects based on $(SPL_) to allow for normal and SPL builds to have differing object compilation. Signed-off-by: Nathan Rossi --- drivers/usb/gadget/Makefile | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/usb/gadget/Makefile b/drivers/usb/