Re: [PATCH] habanalabs: fix up absolute include instructions

2020-07-28 Thread Greg Kroah-Hartman
On Wed, Jul 29, 2020 at 08:09:38AM +1000, Stephen Rothwell wrote: > Hi Greg, > > On Tue, 28 Jul 2020 19:18:51 +0200 Greg Kroah-Hartman > wrote: > > > > diff --git a/drivers/misc/habanalabs/common/Makefile > > b/drivers/misc/habanalabs/common/Makefile > > index 97d03b5c8683..b984bfa4face 100644

Re: [PATCH] habanalabs: fix up absolute include instructions

2020-07-28 Thread kernel test robot
Hi Greg, I love your patch! Perhaps something to improve: [auto build test WARNING on char-misc/char-misc-testing] [cannot apply to linux/master linus/master v5.8-rc7 next-20200728] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to us

Re: [PATCH] habanalabs: fix up absolute include instructions

2020-07-28 Thread kernel test robot
Hi Greg, I love your patch! Perhaps something to improve: [auto build test WARNING on char-misc/char-misc-testing] [cannot apply to linux/master linus/master v5.8-rc7 next-20200728] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to us

Re: [PATCH] habanalabs: fix up absolute include instructions

2020-07-28 Thread Stephen Rothwell
Hi Greg, On Tue, 28 Jul 2020 19:18:51 +0200 Greg Kroah-Hartman wrote: > > diff --git a/drivers/misc/habanalabs/common/Makefile > b/drivers/misc/habanalabs/common/Makefile > index 97d03b5c8683..b984bfa4face 100644 > --- a/drivers/misc/habanalabs/common/Makefile > +++ b/drivers/misc/habanalabs/co

[PATCH] habanalabs: fix up absolute include instructions

2020-07-28 Thread Greg Kroah-Hartman
There's no need to try to be cute with the include file locations in the Makefile, so just specify exactly where the files are. Bonus is this fixes the problem of building with O= as well as trying to just build the subdirectory alone. Reported-by: Stephen Rothwell Cc: Oded Gabbay Cc: Omer Shpi