Re: [PATCH] iw: support and enable separate build dir

2016-06-21 Thread Maxin B. John
Hi, On Tue, Jun 21, 2016 at 12:41 PM, Johannes Berg wrote: > On Fri, 2016-06-10 at 13:58 +0300, Maxin B. John wrote: >> Hi Johannes, >> >> On Thu, Jun 9, 2016 at 11:25 AM, Johannes Berg >> wrote: >> > On Wed, 2016-06-01 at 11:40 +0300, maxin.j...@gmail.com wrote: >> > > From: "Maxin B. John" >>

Re: [PATCH] iw: support and enable separate build dir

2016-06-21 Thread Johannes Berg
On Fri, 2016-06-10 at 13:58 +0300, Maxin B. John wrote: > Hi Johannes, > > On Thu, Jun 9, 2016 at 11:25 AM, Johannes Berg > wrote: > > On Wed, 2016-06-01 at 11:40 +0300, maxin.j...@gmail.com wrote: > > > From: "Maxin B. John" > > > > > > Support separation of SRCDIR and OBJDIR > > > > > Doesn'

Re: [PATCH] iw: support and enable separate build dir

2016-06-10 Thread Maxin B. John
Hi Johannes, On Thu, Jun 9, 2016 at 11:25 AM, Johannes Berg wrote: > On Wed, 2016-06-01 at 11:40 +0300, maxin.j...@gmail.com wrote: >> From: "Maxin B. John" >> >> Support separation of SRCDIR and OBJDIR >> > Doesn't seem to work: > > $ mkdir /tmp/obj > $ make clean > $ make OBJDIR=/tmp/obj > [..

Re: [PATCH] iw: support and enable separate build dir

2016-06-09 Thread Johannes Berg
On Wed, 2016-06-01 at 11:40 +0300, maxin.j...@gmail.com wrote: > From: "Maxin B. John" > > Support separation of SRCDIR and OBJDIR > Doesn't seem to work: $ mkdir /tmp/obj $ make clean $ make OBJDIR=/tmp/obj [...]  GEN  version.c  CC   version.o cc: error: version.c: No such file or directory c

[PATCH] iw: support and enable separate build dir

2016-06-01 Thread maxin . john
From: "Maxin B. John" Support separation of SRCDIR and OBJDIR Signed-off-by: Christopher Larson Signed-off-by: Maxin B. John --- Makefile | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e61825e..1bc27c1 100644 --- a/Makefile +++ b/Makefile