summaryrefslogtreecommitdiffstats
path: root/linux-user/Makefile.objs
diff options
context:
space:
mode:
authorAlex Bennée2018-06-22 18:09:10 +0200
committerAlex Bennée2018-07-05 16:59:41 +0200
commit708b6a643c7a974ffadf64e00019bdcd60edf6e5 (patch)
treed731b8484b605bb19dcdf47f6eb85cdee0794bf2 /linux-user/Makefile.objs
parentbuild-system: add coverage-report target (diff)
downloadqemu-708b6a643c7a974ffadf64e00019bdcd60edf6e5.tar.gz
qemu-708b6a643c7a974ffadf64e00019bdcd60edf6e5.tar.xz
qemu-708b6a643c7a974ffadf64e00019bdcd60edf6e5.zip
linux-user: introduce preexit_cleanup
To avoid repeating ourselves move our preexit clean-up code into a helper function. I figured the continuing effort to split of the syscalls made it worthwhile creating a new file for it now. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'linux-user/Makefile.objs')
-rw-r--r--linux-user/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-user/Makefile.objs b/linux-user/Makefile.objs
index 59a5c17354..b5dfb71f25 100644
--- a/linux-user/Makefile.objs
+++ b/linux-user/Makefile.objs
@@ -1,7 +1,7 @@
obj-y = main.o syscall.o strace.o mmap.o signal.o \
elfload.o linuxload.o uaccess.o uname.o \
safe-syscall.o $(TARGET_ABI_DIR)/signal.o \
- $(TARGET_ABI_DIR)/cpu_loop.o
+ $(TARGET_ABI_DIR)/cpu_loop.o exit.o
obj-$(TARGET_HAS_BFLT) += flatload.o
obj-$(TARGET_I386) += vm86.o