aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/include/asm/Kbuild
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2018-12-26 11:14:52 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2018-12-26 11:14:52 -0800
commita5f2bd479f58f171a16a9a4f3b4e748ab3057c0f (patch)
tree463ddd898629b602c58eb13d12591d79afe47b54 /arch/parisc/include/asm/Kbuild
parentMerge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux (diff)
parentparisc: syscalls: ignore nfsservctl for other architectures (diff)
downloadlinux-dev-a5f2bd479f58f171a16a9a4f3b4e748ab3057c0f.tar.xz
linux-dev-a5f2bd479f58f171a16a9a4f3b4e748ab3057c0f.zip
Merge branch 'parisc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
Pull parisc updates from Helge Deller: "The major change in this patchset is the new system call table generation support from Firoz Khan" * 'parisc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux: parisc: syscalls: ignore nfsservctl for other architectures parisc: generate uapi header and system call table files parisc: add system call table generation support parisc: remove __NR_Linux from uapi header file. parisc: add __NR_syscalls along with __NR_Linux_syscalls parisc: move __IGNORE* entries to non uapi header parisc: Fix HP SDC hpa address output parisc: Fix serio address output parisc: Split out alternative live patching code
Diffstat (limited to 'arch/parisc/include/asm/Kbuild')
-rw-r--r--arch/parisc/include/asm/Kbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/parisc/include/asm/Kbuild b/arch/parisc/include/asm/Kbuild
index 2013d639e735..0b1e354c8c24 100644
--- a/arch/parisc/include/asm/Kbuild
+++ b/arch/parisc/include/asm/Kbuild
@@ -1,3 +1,6 @@
+generated-y += syscall_table_32.h
+generated-y += syscall_table_64.h
+generated-y += syscall_table_c32.h
generic-y += barrier.h
generic-y += current.h
generic-y += device.h