Re: [lng-odp] [PATCH] linux-gen: makefile: fix out of tree build

2017-06-19 Thread Maxim Uvarov
17 at 14:58, Savolainen, Petri (Nokia - FI/Espoo) >> > wrote: >> >> >> >> >> >> >> >> > -Original Message----- >> >> > From: Bill Fischofer [mailto:bill.fischo...@linaro.org] >> >> > Sent: Monday, June 19, 201

Re: [lng-odp] [PATCH] linux-gen: makefile: fix out of tree build

2017-06-19 Thread Maxim Uvarov
to:bill.fischo...@linaro.org] > >> > Sent: Monday, June 19, 2017 1:31 PM > >> > To: Petri Savolainen > >> > Cc: lng-odp-forward > >> > Subject: Re: [lng-odp] [PATCH] linux-gen: makefile: fix out of tree > >> > build > >> > > &g

Re: [lng-odp] [PATCH] linux-gen: makefile: fix out of tree build

2017-06-19 Thread Bill Fischofer
i (Nokia - FI/Espoo) > wrote: >> >> >> >> > -Original Message- >> > From: Bill Fischofer [mailto:bill.fischo...@linaro.org] >> > Sent: Monday, June 19, 2017 1:31 PM >> > To: Petri Savolainen >> > Cc: lng-odp-forward >> &

Re: [lng-odp] [PATCH] linux-gen: makefile: fix out of tree build

2017-06-19 Thread Maxim Uvarov
Fischofer [mailto:bill.fischo...@linaro.org] > > Sent: Monday, June 19, 2017 1:31 PM > > To: Petri Savolainen > > Cc: lng-odp-forward > > Subject: Re: [lng-odp] [PATCH] linux-gen: makefile: fix out of tree build > > > > On Mon, Jun 19, 2017 at 3:25 AM, Petri Savolainen

Re: [lng-odp] [PATCH] linux-gen: makefile: fix out of tree build

2017-06-19 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: Bill Fischofer [mailto:bill.fischo...@linaro.org] > Sent: Monday, June 19, 2017 1:31 PM > To: Petri Savolainen > Cc: lng-odp-forward > Subject: Re: [lng-odp] [PATCH] linux-gen: makefile: fix out of tree build > > On Mon, Jun 19

Re: [lng-odp] [PATCH] linux-gen: makefile: fix out of tree build

2017-06-19 Thread Maxim Uvarov
it should. top chunk is good, but chunk bellow is not. On 19 June 2017 at 13:30, Bill Fischofer wrote: > On Mon, Jun 19, 2017 at 3:25 AM, Petri Savolainen > wrote: > > Generated files need $(top_builddir) instead of $(top_srcdir) > > > > Fixes bug https://bugs.linaro.org/show_bug.cgi?id=3052 >

Re: [lng-odp] [PATCH] linux-gen: makefile: fix out of tree build

2017-06-19 Thread Bill Fischofer
On Mon, Jun 19, 2017 at 3:25 AM, Petri Savolainen wrote: > Generated files need $(top_builddir) instead of $(top_srcdir) > > Fixes bug https://bugs.linaro.org/show_bug.cgi?id=3052 > > Signed-off-by: Petri Savolainen > --- > platform/Makefile.inc | 6 +++--- > 1 file changed, 3 insertions(+), 3 d

[lng-odp] [PATCH] linux-gen: makefile: fix out of tree build

2017-06-19 Thread Petri Savolainen
Generated files need $(top_builddir) instead of $(top_srcdir) Fixes bug https://bugs.linaro.org/show_bug.cgi?id=3052 Signed-off-by: Petri Savolainen --- platform/Makefile.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/Makefile.inc b/platform/Makefile.inc