summaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm/Kbuild
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@sifive.com>2017-12-01 13:31:31 -0800
committerPalmer Dabbelt <palmer@sifive.com>2017-12-01 13:31:31 -0800
commit3b62de26cf5ef17340a0e986d3e53eb4f74f96d5 (patch)
tree113b70a711d11fadb6f73d459a8d942f90e5e3fd /arch/riscv/include/asm/Kbuild
parent185e788c84a95cb024cff98988bdeb09e619cd62 (diff)
parent741fc3ff3a49509a7092d6d9eb51da6bd7577278 (diff)
downloadlinux-3b62de26cf5ef17340a0e986d3e53eb4f74f96d5.tar.gz
linux-3b62de26cf5ef17340a0e986d3e53eb4f74f96d5.tar.bz2
linux-3b62de26cf5ef17340a0e986d3e53eb4f74f96d5.zip
RISC-V: Fixes for clean allmodconfig build
Olaf said: Here's a short series of patches that produces a working allmodconfig. Would be nice to see them go in so we can add build coverage. I've dropped patches 8 and 10 from the original set: * [PATCH 08/10] (RISC-V: Set __ARCH_WANT_RENAMEAT to pick up generic version) has a better fix that I've sent out for review, we don't want renameat. * [PATCH 10/10] (input: joystick: riscv has get_cycles) has already been taken into Dmitry Torokhov's tree.
Diffstat (limited to 'arch/riscv/include/asm/Kbuild')
-rw-r--r--arch/riscv/include/asm/Kbuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/riscv/include/asm/Kbuild b/arch/riscv/include/asm/Kbuild
index 18158be62a2b..970460a0b492 100644
--- a/arch/riscv/include/asm/Kbuild
+++ b/arch/riscv/include/asm/Kbuild
@@ -40,6 +40,7 @@ generic-y += resource.h
generic-y += scatterlist.h
generic-y += sections.h
generic-y += sembuf.h
+generic-y += serial.h
generic-y += setup.h
generic-y += shmbuf.h
generic-y += shmparam.h