Re: [PATCH] scripts: Fallback to KBUILD_OUTPUT if O is not specified

2016-04-08 Thread Arnaldo Carvalho de Melo
Em Fri, Apr 08, 2016 at 11:37:06PM +0800, Wangnan (F) escreveu: > > > On 2016/4/8 22:58, Arnaldo Carvalho de Melo wrote: > >Em Fri, Apr 08, 2016 at 11:14:09AM +0200, Thierry Reding escreveu: > >>From: Thierry Reding > >> > >>The KBUILD_OUTPUT environment can be used to set

Re: [PATCH] scripts: Fallback to KBUILD_OUTPUT if O is not specified

2016-04-08 Thread Arnaldo Carvalho de Melo
Em Fri, Apr 08, 2016 at 11:37:06PM +0800, Wangnan (F) escreveu: > > > On 2016/4/8 22:58, Arnaldo Carvalho de Melo wrote: > >Em Fri, Apr 08, 2016 at 11:14:09AM +0200, Thierry Reding escreveu: > >>From: Thierry Reding > >> > >>The KBUILD_OUTPUT environment can be used to set the build directory

Re: [PATCH] scripts: Fallback to KBUILD_OUTPUT if O is not specified

2016-04-08 Thread Wangnan (F)
On 2016/4/8 22:58, Arnaldo Carvalho de Melo wrote: Em Fri, Apr 08, 2016 at 11:14:09AM +0200, Thierry Reding escreveu: From: Thierry Reding The KBUILD_OUTPUT environment can be used to set the build directory as an alternative to passing the O variable on the

Re: [PATCH] scripts: Fallback to KBUILD_OUTPUT if O is not specified

2016-04-08 Thread Wangnan (F)
On 2016/4/8 22:58, Arnaldo Carvalho de Melo wrote: Em Fri, Apr 08, 2016 at 11:14:09AM +0200, Thierry Reding escreveu: From: Thierry Reding The KBUILD_OUTPUT environment can be used to set the build directory as an alternative to passing the O variable on the command-line. This works with

Re: [PATCH] scripts: Fallback to KBUILD_OUTPUT if O is not specified

2016-04-08 Thread Arnaldo Carvalho de Melo
Em Fri, Apr 08, 2016 at 11:14:09AM +0200, Thierry Reding escreveu: > From: Thierry Reding > > The KBUILD_OUTPUT environment can be used to set the build directory as > an alternative to passing the O variable on the command-line. This works > with regular kernel builds, so

Re: [PATCH] scripts: Fallback to KBUILD_OUTPUT if O is not specified

2016-04-08 Thread Arnaldo Carvalho de Melo
Em Fri, Apr 08, 2016 at 11:14:09AM +0200, Thierry Reding escreveu: > From: Thierry Reding > > The KBUILD_OUTPUT environment can be used to set the build directory as > an alternative to passing the O variable on the command-line. This works > with regular kernel builds, so it's surprising if it

[PATCH] scripts: Fallback to KBUILD_OUTPUT if O is not specified

2016-04-08 Thread Thierry Reding
From: Thierry Reding The KBUILD_OUTPUT environment can be used to set the build directory as an alternative to passing the O variable on the command-line. This works with regular kernel builds, so it's surprising if it doesn't work within the tools/scripts directory. Allow

[PATCH] scripts: Fallback to KBUILD_OUTPUT if O is not specified

2016-04-08 Thread Thierry Reding
From: Thierry Reding The KBUILD_OUTPUT environment can be used to set the build directory as an alternative to passing the O variable on the command-line. This works with regular kernel builds, so it's surprising if it doesn't work within the tools/scripts directory. Allow KBUILD_OUTPUT if O is