Revision 5f650495 Makefile.target

b/Makefile.target
321 321
endif
322 322

  
323 323
obj-y = main.o syscall.o strace.o mmap.o signal.o path.o thunk.o \
324
      elfload.o linuxload.o uaccess.o envlist.o gdbstub.o gdbstub-xml.o
324
      elfload.o linuxload.o uaccess.o envlist.o gdbstub.o gdbstub-xml.o \
325
      ioport-user.o
325 326
LIBS+= $(PTHREADLIBS)
326 327
LIBS+= $(CLOCKLIBS)
327 328
obj-$(TARGET_HAS_BFLT) += flatload.o
......
372 373
LIBS+=-lmx
373 374

  
374 375
obj-y = main.o commpage.o machload.o mmap.o signal.o syscall.o thunk.o \
375
        gdbstub.o gdbstub-xml.o
376
        gdbstub.o gdbstub-xml.o ioport-user.o
376 377

  
377 378
# Note: this is a workaround. The real fix is to avoid compiling
378 379
# cpu_signal_handler() in cpu-exec.c.
......
471 472
endif
472 473

  
473 474
obj-y = main.o bsdload.o elfload.o mmap.o path.o signal.o strace.o syscall.o \
474
        gdbstub.o gdbstub-xml.o
475
        gdbstub.o gdbstub-xml.o ioport-user.o
475 476
obj-y += uaccess.o
476 477

  
477 478
# Note: this is a workaround. The real fix is to avoid compiling

Also available in: Unified diff