diff options
author | Laurent Vivier <laurent@vivier.eu> | 2020-03-10 11:33:49 +0100 |
---|---|---|
committer | Laurent Vivier <laurent@vivier.eu> | 2020-03-20 16:02:00 +0100 |
commit | ddf0c4cdfd3839c5dd3dfcd51770bc4639c1fd37 (patch) | |
tree | 0698ba02fb7fb9b58c62b38f80045b28056e212f /linux-user/Makefile.objs | |
parent | d0c832f616cadd5bace44986824c0c9142913795 (diff) |
linux-user, microblaze: add syscall table generation support
Copy syscall.tbl and syscallhdr.sh from linux/arch/microblaze/kernel/syscalls v5.5
Update syscallhdr.sh to generate QEMU syscall_nr.h
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Taylor Simpson <tsimpson@quicinc.com>
Message-Id: <20200310103403.3284090-8-laurent@vivier.eu>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'linux-user/Makefile.objs')
-rw-r--r-- | linux-user/Makefile.objs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/Makefile.objs b/linux-user/Makefile.objs index d31f30d758..5a26281e88 100644 --- a/linux-user/Makefile.objs +++ b/linux-user/Makefile.objs @@ -12,5 +12,6 @@ obj-$(TARGET_AARCH64) += arm/semihost.o obj-$(TARGET_ALPHA) += alpha/ obj-$(TARGET_HPPA) += hppa/ obj-$(TARGET_M68K) += m68k/ +obj-$(TARGET_MICROBLAZE) += microblaze/ obj-$(TARGET_SH4) += sh4/ obj-$(TARGET_XTENSA) += xtensa/ |