diff options
author | Firoz Khan <firoz.khan@linaro.org> | 2018-11-13 11:34:34 +0530 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-11-16 08:24:34 +0100 |
commit | 1e17ab5320a654eaf1e4ce121c61e7aa9732805a (patch) | |
tree | 4431d02f938f40455a0f476c846e31bed0595797 /arch/microblaze/include/uapi/asm/Kbuild | |
parent | fc06bac35c8c76894028f1c318f99d8165f03cf4 (diff) | |
download | blackbird-obmc-linux-1e17ab5320a654eaf1e4ce121c61e7aa9732805a.tar.gz blackbird-obmc-linux-1e17ab5320a654eaf1e4ce121c61e7aa9732805a.zip |
microblaze: generate uapi header and system call table files
System call table generation script must be run to gener-
ate unistd_32.h and syscall_table.h files. This patch will
have changes which will invokes the script.
This patch will generate unistd_32.h and syscall_table.h
files by the syscall table generation script invoked by
microblaze/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_table.S file.
Signed-off-by: Firoz Khan <firoz.khan@linaro.org>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/microblaze/include/uapi/asm/Kbuild')
-rw-r--r-- | arch/microblaze/include/uapi/asm/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/include/uapi/asm/Kbuild b/arch/microblaze/include/uapi/asm/Kbuild index 2c6a6bffea32..b6656d930a0e 100644 --- a/arch/microblaze/include/uapi/asm/Kbuild +++ b/arch/microblaze/include/uapi/asm/Kbuild @@ -1,6 +1,7 @@ # UAPI Header export list include include/uapi/asm-generic/Kbuild.asm +generated-y += unistd_32.h generic-y += bitsperlong.h generic-y += bpf_perf_event.h generic-y += errno.h |