Re: [PATCH v7 15/15] RISC-V: Build Infastructure

2017-08-01 Thread Masahiro Yamada
Hi. > diff --git a/arch/riscv/include/asm/Kbuild b/arch/riscv/include/asm/Kbuild > new file mode 100644 > index ..18158be62a2b > --- /dev/null > +++ b/arch/riscv/include/asm/Kbuild > @@ -0,0 +1,61 @@ > +generic-y += bugs.h > +generic-y += cacheflush.h > +generic-y += checksum.h > +gene

Re: [PATCH v7 15/15] RISC-V: Build Infastructure

2017-08-01 Thread Randy Dunlap
On 07/31/2017 06:00 PM, Palmer Dabbelt wrote: > This patch contains all the build infastructure that actually enables > the RISC-V port. This includes Makefiles, linker scripts, and Kconfig > files. It also contains the only top-level change, which adds RISC-V to > the list of architectures that