]> Git Repo - qemu.git/blobdiff - linux-user/Makefile.objs
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180716' into staging
[qemu.git] / linux-user / Makefile.objs
index 5899d72d3ec942db3b48f2fa067432d398ce11a0..b5dfb71f25177ec366bc3e676542a812324cade0 100644 (file)
@@ -1,5 +1,7 @@
 obj-y = main.o syscall.o strace.o mmap.o signal.o \
-       elfload.o linuxload.o uaccess.o cpu-uname.o
+       elfload.o linuxload.o uaccess.o uname.o \
+       safe-syscall.o $(TARGET_ABI_DIR)/signal.o \
+        $(TARGET_ABI_DIR)/cpu_loop.o exit.o
 
 obj-$(TARGET_HAS_BFLT) += flatload.o
 obj-$(TARGET_I386) += vm86.o
This page took 0.033641 seconds and 4 git commands to generate.