diff options
author | Isaku Yamahata <yamahata@valinux.co.jp> | 2009-07-02 19:32:06 +0900 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-09 16:06:38 -0500 |
commit | 329939776005fad213086e54b038ccd39054e2bc (patch) | |
tree | 98bcd5fd7085b12c1e90b1fb8085846f0007c493 /Makefile.target | |
parent | 89e671e3f3d5754e78efc447f13386ced719f1f7 (diff) | |
download | qemu-329939776005fad213086e54b038ccd39054e2bc.tar.gz qemu-329939776005fad213086e54b038ccd39054e2bc.tar.bz2 qemu-329939776005fad213086e54b038ccd39054e2bc.zip |
split out ioport related stuffs from vl.c into ioport.c.
Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target index a593503aab..7f7c1670ed 100644 --- a/Makefile.target +++ b/Makefile.target @@ -489,7 +489,7 @@ endif #CONFIG_BSD_USER ifndef CONFIG_USER_ONLY obj-y = vl.o osdep.o monitor.o pci.o loader.o isa_mmio.o machine.o \ - gdbstub.o gdbstub-xml.o msix.o + gdbstub.o gdbstub-xml.o msix.o ioport.o # virtio has to be here due to weird dependency between PCI and virtio-net. # need to fix this properly obj-y += virtio-blk.o virtio-balloon.o virtio-net.o virtio-console.o |