Re: [PATCH v2 29/29] nios2: Build infrastructure

2014-07-17 Thread Sam Ravnborg
Hi Ley. Looks much better than last time I reviewed this. A bunch of small comments follows. Sam > diff --git a/arch/nios2/Makefile b/arch/nios2/Makefile > new file mode 100644 > index 000..62b789a > --- /dev/null > +++ b/arch/nios2/Makefile > @@ -0,0 +1,78 @@ > +# > +# This file is

Re: [PATCH v2 29/29] nios2: Build infrastructure

2014-07-16 Thread Paul Bolle
Ley Foon, On Tue, 2014-07-15 at 16:45 +0800, Ley Foon Tan wrote: > This patch adds Makefile and Kconfig files required for building a > nios2 kernel. > > Signed-off-by: Ley Foon Tan For what it's worth, this v2 indeed cleans up the few things I noted in the related 01/28 of v1. So this series

[PATCH v2 29/29] nios2: Build infrastructure

2014-07-15 Thread Ley Foon Tan
This patch adds Makefile and Kconfig files required for building a nios2 kernel. Signed-off-by: Ley Foon Tan --- arch/nios2/Kconfig | 199 +++ arch/nios2/Kconfig.debug | 17 +++ arch/nios2/Makefile | 78