Re: [PATCH] kbuild: add KBUILD_DEFCONFIG

2015-01-13 Thread Masahiro Yamada
On Tue, 13 Jan 2015 09:02:58 +0100 Sascha Hauer wrote: > On Tue, Jan 13, 2015 at 04:54:47PM +0900, Masahiro Yamada wrote: > > Hi Jean-Christophe, > > > > On Tue, 13 Jan 2015 14:53:19 +0800 > > Jean-Christophe PLAGNIOL-VILLARD wrote: > > > > > > > > > On Jan 13, 2015, at 2:46 PM, Masahiro Yam

Re: [PATCH] kbuild: add KBUILD_DEFCONFIG

2015-01-13 Thread Sascha Hauer
On Tue, Jan 13, 2015 at 04:54:47PM +0900, Masahiro Yamada wrote: > Hi Jean-Christophe, > > On Tue, 13 Jan 2015 14:53:19 +0800 > Jean-Christophe PLAGNIOL-VILLARD wrote: > > > > > > On Jan 13, 2015, at 2:46 PM, Masahiro Yamada > > > wrote: > > > > > > This allows "make ARCH=... defconfig". > >

Re: [PATCH] kbuild: add KBUILD_DEFCONFIG

2015-01-12 Thread Masahiro Yamada
Hi Jean-Christophe, On Tue, 13 Jan 2015 14:53:19 +0800 Jean-Christophe PLAGNIOL-VILLARD wrote: > > > On Jan 13, 2015, at 2:46 PM, Masahiro Yamada > > wrote: > > > > This allows "make ARCH=... defconfig". > > > > Fox example, you can type "make defconfig" instead of > > "make sandbox_defconf

Re: [PATCH] kbuild: add KBUILD_DEFCONFIG

2015-01-12 Thread Jean-Christophe PLAGNIOL-VILLARD
> On Jan 13, 2015, at 2:46 PM, Masahiro Yamada > wrote: > > This allows "make ARCH=... defconfig". > > Fox example, you can type "make defconfig" instead of > "make sandbox_defconfig". > > Signed-off-by: Masahiro Yamada > --- > > arch/arm/Makefile | 1 + > arch/blackfin/Makefile | 1 + >

[PATCH] kbuild: add KBUILD_DEFCONFIG

2015-01-12 Thread Masahiro Yamada
This allows "make ARCH=... defconfig". Fox example, you can type "make defconfig" instead of "make sandbox_defconfig". Signed-off-by: Masahiro Yamada --- arch/arm/Makefile | 1 + arch/blackfin/Makefile | 1 + arch/efi/Makefile | 2 ++ arch/nios2/Makefile| 2 ++ arch/openrisc/Make