Re: [PATCH 6/6] coresight: allow to build as modules

2018-05-25 Thread Mathieu Poirier
On 25 May 2018 at 11:12, Suzuki K Poulose wrote: > On 18/05/18 02:20, Kim Phillips wrote: >> >> Allow to build coresight as modules. This greatly enhances developer >> efficiency by allowing the development to take place exclusively on the >> target, and without needing to reboot in between chang

Re: [PATCH 6/6] coresight: allow to build as modules

2018-05-25 Thread Mathieu Poirier
On 24 May 2018 at 17:49, Kim Phillips wrote: > On Tue, 22 May 2018 15:39:06 -0600 > Mathieu Poirier wrote: > >> On Thu, May 17, 2018 at 08:20:24PM -0500, Kim Phillips wrote: >> > Allow to build coresight as modules. This greatly enhances developer >> > efficiency by allowing the development to t

Re: [PATCH 6/6] coresight: allow to build as modules

2018-05-25 Thread Suzuki K Poulose
On 18/05/18 02:20, Kim Phillips wrote: Allow to build coresight as modules. This greatly enhances developer efficiency by allowing the development to take place exclusively on the target, and without needing to reboot in between changes. - Kconfig bools become tristates, to allow =m - use -obj

Re: [PATCH 6/6] coresight: allow to build as modules

2018-05-24 Thread Kim Phillips
On Tue, 22 May 2018 15:39:06 -0600 Mathieu Poirier wrote: > On Thu, May 17, 2018 at 08:20:24PM -0500, Kim Phillips wrote: > > Allow to build coresight as modules. This greatly enhances developer > > efficiency by allowing the development to take place exclusively on the > > target, and without n

Re: [PATCH 6/6] coresight: allow to build as modules

2018-05-22 Thread Mathieu Poirier
On Thu, May 17, 2018 at 08:20:24PM -0500, Kim Phillips wrote: > Allow to build coresight as modules. This greatly enhances developer > efficiency by allowing the development to take place exclusively on the > target, and without needing to reboot in between changes. > > - Kconfig bools become tri

[PATCH 6/6] coresight: allow to build as modules

2018-05-17 Thread Kim Phillips
Allow to build coresight as modules. This greatly enhances developer efficiency by allowing the development to take place exclusively on the target, and without needing to reboot in between changes. - Kconfig bools become tristates, to allow =m - use -objs to denote merge object directives in Ma