Re: kbuild: support of new KBUILD_FULL_PATH

2014-06-19 Thread Michal Marek
Dne 19.6.2014 14:01, Boaz Harrosh napsal(a): > On 06/19/2014 01:41 PM, Michal Marek wrote: >>> Signed-off-by: Boaz Harrosh >>> -ifeq ($(KBUILD_SRC)/,$(dir $(CURDIR))) >>> +# if KBUILD_FULL_PATH is not empty then condition will fail >>> +ifeq ($(KBUILD_FULL_PATH)$(KBUILD_SRC

Re: kbuild: support of new KBUILD_FULL_PATH

2014-06-19 Thread Boaz Harrosh
On 06/19/2014 01:41 PM, Michal Marek wrote: <> >> Is there a document I need to edit for this new parameter? > > That would be Documentation/kbuild/kbuild.txt > Will send a VER2 thanks > >> Signed-off-by: Boaz Harrosh >> --- >> Makefile | 8 +++- >> 1 file changed, 7 insertions(+), 1 del

Re: kbuild: support of new KBUILD_FULL_PATH

2014-06-19 Thread Michal Marek
On 2014-06-19 12:12, Boaz Harrosh wrote: > > The commit: > > commit 9da0763bdd82572be243fcf5161734f11568960f > Author: Michal Marek > Date: Fri Apr 25 23:25:18 2014 +0200 > > kbuild: Use relative path when building in a subdir of the source tree > > When doing m