mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-20 06:49:29 +07:00
4381f9f12e
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>
18 lines
376 B
Makefile
18 lines
376 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# 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
|
|
generic-y += mman.h
|
|
generic-y += param.h
|
|
generic-y += poll.h
|
|
generic-y += resource.h
|
|
generic-y += sockios.h
|
|
generic-y += swab.h
|
|
generic-y += termbits.h
|