From f7e6a401fe3313e6d7dd0c56aa660e684f08e657 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Fri, 24 Aug 2018 00:22:15 +0200 Subject: linux-user: move TargetFdTrans functions to their own file This will ease to move out syscall functions from syscall.c Signed-off-by: Laurent Vivier Reviewed-by: Richard Henderson Message-Id: <20180823222215.13781-1-laurent@vivier.eu> --- linux-user/Makefile.objs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-user/Makefile.objs') diff --git a/linux-user/Makefile.objs b/linux-user/Makefile.objs index b5dfb71f25..769b8d8336 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 exit.o + $(TARGET_ABI_DIR)/cpu_loop.o exit.o fd-trans.o obj-$(TARGET_HAS_BFLT) += flatload.o obj-$(TARGET_I386) += vm86.o -- cgit v1.2.3-55-g7522