microblaze: generate uapi header and system call table files
authorFiroz Khan <firoz.khan@linaro.org>
Tue, 13 Nov 2018 06:04:34 +0000 (11:34 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 16 Nov 2018 07:24:34 +0000 (08:24 +0100)
commit1e17ab5320a654eaf1e4ce121c61e7aa9732805a
tree4431d02f938f40455a0f476c846e31bed0595797
parentfc06bac35c8c76894028f1c318f99d8165f03cf4
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>
arch/microblaze/Makefile
arch/microblaze/include/asm/Kbuild
arch/microblaze/include/uapi/asm/Kbuild
arch/microblaze/include/uapi/asm/unistd.h
arch/microblaze/kernel/syscall_table.S