aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/uapi/asm/Kbuild
diff options
context:
space:
mode:
authorHendrik Brueckner <brueckner@linux.vnet.ibm.com>2017-12-11 14:47:27 +0100
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2018-01-23 07:36:52 +0100
commit4381f9f12e79436f90b14f326817cb1ed978940d (patch)
treef90f93f9d4c69eccb9c83c463a09d49da3e204a2 /arch/s390/include/uapi/asm/Kbuild
parents390/syscalls: add Makefile to generate system call header files (diff)
downloadlinux-dev-4381f9f12e79436f90b14f326817cb1ed978940d.tar.xz
linux-dev-4381f9f12e79436f90b14f326817cb1ed978940d.zip
s390/syscalls: use generated syscall_table.h and unistd.h header files
Update the uapi/asm/unistd.h to include the generated compat and 64-bit version of the unistd.h and, as well as, the unistd_nr.h header file. Also remove the arch/s390/kernel/syscalls.S file and use the generated system call table, syscall_table.h, instead. Signed-off-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com> Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to '')
-rw-r--r--arch/s390/include/uapi/asm/Kbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/s390/include/uapi/asm/Kbuild b/arch/s390/include/uapi/asm/Kbuild
index 92b7c9b3e641..faef3f7e8353 100644
--- a/arch/s390/include/uapi/asm/Kbuild
+++ b/arch/s390/include/uapi/asm/Kbuild
@@ -2,6 +2,9 @@
# UAPI Header export list
include include/uapi/asm-generic/Kbuild.asm
+generated-y += unistd_32.h
+generated-y += unistd_64.h
+
generic-y += errno.h
generic-y += fcntl.h
generic-y += ioctl.h