diff options
| author | Laurent Vivier | 2020-03-10 11:33:58 +0100 |
|---|---|---|
| committer | Laurent Vivier | 2020-03-20 16:02:00 +0100 |
| commit | c59716fc5b62734052d26baa06b62467c0d3c125 (patch) | |
| tree | b639e8a8dbb1220a8eeec063c7fceb4acb65a5fb /linux-user/Makefile.objs | |
| parent | linux-user, x86_64: add syscall table generation support (diff) | |
| download | qemu-c59716fc5b62734052d26baa06b62467c0d3c125.tar.gz qemu-c59716fc5b62734052d26baa06b62467c0d3c125.tar.xz qemu-c59716fc5b62734052d26baa06b62467c0d3c125.zip | |
linux-user, mips: add syscall table generation support
Copy syscall.tbl and syscallhdr.sh from linux/arch/mips/kernel/syscalls/syscall_o32.tbl v5.5
Update syscallhdr.sh to generate QEMU syscall_nr.h
Move the offset (4000) from the file to the Makefile.objs to be passed
to syscallhdr.sh
Rename on the fly fadvise64 to fadvise64_64.
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Taylor Simpson <tsimpson@quicinc.com>
Message-Id: <20200310103403.3284090-17-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 1791bc48cd..0a0715e9e1 100644 --- a/linux-user/Makefile.objs +++ b/linux-user/Makefile.objs @@ -13,6 +13,7 @@ obj-$(TARGET_HPPA) += hppa/ obj-$(TARGET_I386) += i386/ obj-$(TARGET_M68K) += m68k/ obj-$(TARGET_MICROBLAZE) += microblaze/ +obj-$(TARGET_MIPS) += mips/ obj-$(TARGET_PPC) += ppc/ obj-$(TARGET_PPC64) += ppc/ obj-$(TARGET_S390X) += s390x/ |
