diff options
author | Firoz Khan <firoz.khan@linaro.org> | 2018-11-19 09:34:36 +0300 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2018-12-10 10:26:04 +0300 |
commit | 575afc4d7f6040d7227dfcdd29cf0538fe644359 (patch) | |
tree | 96405986061236e61e8b4b0e87ba91dd1d841cf0 /arch/parisc/include/uapi/asm/Kbuild | |
parent | 85e69701f58c9b2ec2975e31518b60e056bfebdf (diff) | |
download | linux-575afc4d7f6040d7227dfcdd29cf0538fe644359.tar.xz |
parisc: generate uapi header and system call table files
System call table generation script must be run to gener-
ate unistd_32/64.h and syscall_table_32/64/c32.h files.
This patch will have changes which will invokes the script.
This patch will generate unistd_32/64.h and syscall_table-
_32/64/c32.h files by the syscall table generation script
invoked by parisc/Makefile and the generated files against
the removed files must be identical.
The generated uapi header file will be included in uapi/-
asm/unistd.h and generated system call table header file
will be included by kernel/syscall.S file.
Signed-off-by: Firoz Khan <firoz.khan@linaro.org>
Acked-by: Helge Deller <deller@gmx.de>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/include/uapi/asm/Kbuild')
-rw-r--r-- | arch/parisc/include/uapi/asm/Kbuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/parisc/include/uapi/asm/Kbuild b/arch/parisc/include/uapi/asm/Kbuild index adb5c64831c7..d31b4261cafc 100644 --- a/arch/parisc/include/uapi/asm/Kbuild +++ b/arch/parisc/include/uapi/asm/Kbuild @@ -1,6 +1,8 @@ # UAPI Header export list include include/uapi/asm-generic/Kbuild.asm +generated-y += unistd_32.h +generated-y += unistd_64.h generic-y += auxvec.h generic-y += bpf_perf_event.h generic-y += kvm_para.h |