From 1e17ab5320a654eaf1e4ce121c61e7aa9732805a Mon Sep 17 00:00:00 2001 From: Firoz Khan Date: Tue, 13 Nov 2018 11:34:34 +0530 Subject: 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 Signed-off-by: Michal Simek --- arch/microblaze/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/microblaze/Makefile') diff --git a/arch/microblaze/Makefile b/arch/microblaze/Makefile index 0823d291fbeb..ddb251aab484 100644 --- a/arch/microblaze/Makefile +++ b/arch/microblaze/Makefile @@ -79,6 +79,9 @@ all: linux.bin archclean: $(Q)$(MAKE) $(clean)=$(boot) +archheaders: + $(Q)$(MAKE) $(build)=arch/microblaze/kernel/syscalls all + linux.bin linux.bin.gz linux.bin.ub: vmlinux $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@ -- cgit v1.2.3