aboutsummaryrefslogtreecommitdiff
path: root/linux-user/Makefile.objs
diff options
context:
space:
mode:
authorLaurent Vivier <laurent@vivier.eu>2020-03-10 11:33:51 +0100
committerLaurent Vivier <laurent@vivier.eu>2020-03-20 16:02:00 +0100
commit76a691f1af65f64d070ace531adef01fe187e29a (patch)
treedfc7d16ec758c634b357e93983fe2f149d90e66f /linux-user/Makefile.objs
parent5bcb4986384e02669418a411cac10377cf48e698 (diff)
linux-user, ppc: add syscall table generation support
Copy syscall.tbl and syscallhdr.sh from linux/arch/ppc/kernel/syscalls v5.5 Update syscallhdr.sh to generate QEMU syscall_nr.h and to not generate the entry if entry point is sys_ni_syscall. Fix ppc/signal.c to define do_sigreturn() for TARGET_ABI32. Signed-off-by: Laurent Vivier <laurent@vivier.eu> Reviewed-by: Taylor Simpson <tsimpson@quicinc.com> Message-Id: <20200310103403.3284090-10-laurent@vivier.eu> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'linux-user/Makefile.objs')
-rw-r--r--linux-user/Makefile.objs2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/Makefile.objs b/linux-user/Makefile.objs
index bc12e38291..8b00dad687 100644
--- a/linux-user/Makefile.objs
+++ b/linux-user/Makefile.objs
@@ -12,5 +12,7 @@ obj-$(TARGET_ARM) += arm/
obj-$(TARGET_HPPA) += hppa/
obj-$(TARGET_M68K) += m68k/
obj-$(TARGET_MICROBLAZE) += microblaze/
+obj-$(TARGET_PPC) += ppc/
+obj-$(TARGET_PPC64) += ppc/
obj-$(TARGET_SH4) += sh4/
obj-$(TARGET_XTENSA) += xtensa/