From 5f6504956066090d81936c1621750b397f444c7b Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Thu, 2 Jul 2009 19:32:10 +0900 Subject: consolidate user cpu_{in, out}[bwl] into ioport-user.c Signed-off-by: Isaku Yamahata Signed-off-by: Anthony Liguori --- Makefile.target | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile.target') diff --git a/Makefile.target b/Makefile.target index 7f7c1670e..1a71f3a70 100644 --- a/Makefile.target +++ b/Makefile.target @@ -321,7 +321,8 @@ CFLAGS+=-p endif obj-y = main.o syscall.o strace.o mmap.o signal.o path.o thunk.o \ - elfload.o linuxload.o uaccess.o envlist.o gdbstub.o gdbstub-xml.o + elfload.o linuxload.o uaccess.o envlist.o gdbstub.o gdbstub-xml.o \ + ioport-user.o LIBS+= $(PTHREADLIBS) LIBS+= $(CLOCKLIBS) obj-$(TARGET_HAS_BFLT) += flatload.o @@ -372,7 +373,7 @@ LDFLAGS+=-Wl,-segaddr,__STD_PROG_ZONE,0x1000 -image_base 0x0e000000 LIBS+=-lmx obj-y = main.o commpage.o machload.o mmap.o signal.o syscall.o thunk.o \ - gdbstub.o gdbstub-xml.o + gdbstub.o gdbstub-xml.o ioport-user.o # Note: this is a workaround. The real fix is to avoid compiling # cpu_signal_handler() in cpu-exec.c. @@ -471,7 +472,7 @@ endif endif obj-y = main.o bsdload.o elfload.o mmap.o path.o signal.o strace.o syscall.o \ - gdbstub.o gdbstub-xml.o + gdbstub.o gdbstub-xml.o ioport-user.o obj-y += uaccess.o # Note: this is a workaround. The real fix is to avoid compiling -- cgit v1.2.3