Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1735676
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v8 18/18] RISC-V: Build Infrastructure |
| Date | 2017-09-20 11:50 +0200 |
| Message-ID | <urJNN-1dj-35@gated-at.bofh.it> (permalink) |
| References | <up1nP-6OS-3@gated-at.bofh.it> <up1nQ-6OS-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
2017-09-13 6:57 GMT+09:00 Palmer Dabbelt <palmer@dabbelt.com>: > This patch contains all the build infrastructure 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 need a sed run to produce the ARCH > variable when building locally. > > Signed-off-by: Palmer Dabbelt <palmer@dabbelt.com> > --- /dev/null > +++ b/arch/riscv/include/asm/Kbuild > @@ -0,0 +1,61 @@ > +generic-y += bugs.h > +generic-y += cacheflush.h > +generic-y += checksum.h > +generic-y += clkdev.h > +generic-y += cputime.h > +generic-y += device.h > +generic-y += div64.h > +generic-y += dma.h > +generic-y += dma-contiguous.h > +generic-y += emergency-restart.h > +generic-y += errno.h > +generic-y += exec.h > +generic-y += fb.h > +generic-y += fcntl.h > +generic-y += ftrace.h > +generic-y += futex.h > +generic-y += hardirq.h > +generic-y += hash.h > +generic-y += hw_irq.h > +generic-y += ioctl.h > +generic-y += ioctls.h > +generic-y += ipcbuf.h > +generic-y += irq_regs.h > +generic-y += irq_work.h > +generic-y += kdebug.h > +generic-y += kmap_types.h > +generic-y += kvm_para.h > +generic-y += local.h > +generic-y += mm-arch-hooks.h > +generic-y += mman.h > +generic-y += module.h > +generic-y += msgbuf.h > +generic-y += mutex.h > +generic-y += param.h > +generic-y += percpu.h > +generic-y += poll.h > +generic-y += posix_types.h > +generic-y += preempt.h > +generic-y += resource.h > +generic-y += scatterlist.h > +generic-y += sections.h > +generic-y += sembuf.h > +generic-y += setup.h > +generic-y += shmbuf.h > +generic-y += shmparam.h > +generic-y += signal.h > +generic-y += socket.h > +generic-y += sockios.h > +generic-y += stat.h > +generic-y += statfs.h > +generic-y += swab.h > +generic-y += termbits.h > +generic-y += termios.h > +generic-y += topology.h > +generic-y += trace_clock.h > +generic-y += types.h > +generic-y += unaligned.h > +generic-y += user.h > +generic-y += vga.h > +generic-y += vmlinux.lds.h > +generic-y += xor.h Please split out exported ones into arch/riscv/include/uapi/asm/Kbuild. Otherwise, "make headers_install" will fail. -- Best Regards Masahiro Yamada
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v8 18/18] RISC-V: Build Infrastructure Palmer Dabbelt <palmer@dabbelt.com> - 2017-09-13 00:00 +0200 Re: [PATCH v8 18/18] RISC-V: Build Infrastructure Masahiro Yamada <yamada.masahiro@socionext.com> - 2017-09-20 11:50 +0200
csiph-web