summaryrefslogtreecommitdiffstats
path: root/Makefile.target
diff options
context:
space:
mode:
authorpbrook2006-09-18 03:15:29 +0200
committerpbrook2006-09-18 03:15:29 +0200
commitaef445bd7e46d2d47701a03c5478da34b3d53c4c (patch)
tree0f9a7993dad66b412e857a25f6cd56f3313e7a37 /Makefile.target
parentSPARC SCSI fixes. (diff)
downloadqemu-aef445bd7e46d2d47701a03c5478da34b3d53c4c.tar.gz
qemu-aef445bd7e46d2d47701a03c5478da34b3d53c4c.tar.xz
qemu-aef445bd7e46d2d47701a03c5478da34b3d53c4c.zip
Merge common ISA access routines.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2159 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'Makefile.target')
-rw-r--r--Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.target b/Makefile.target
index 89b44144dd..d61b8e5d09 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -289,7 +289,7 @@ ifeq ($(ARCH),alpha)
endif
# must use static linking to avoid leaving stuff in virtual address space
-VL_OBJS=vl.o osdep.o readline.o monitor.o pci.o console.o loader.o
+VL_OBJS=vl.o osdep.o readline.o monitor.o pci.o console.o loader.o isa_mmio.o
VL_OBJS+=block.o block-raw.o
VL_OBJS+=block-cow.o block-qcow.o aes.o block-vmdk.o block-cloop.o block-dmg.o block-bochs.o block-vpc.o block-vvfat.o block-qcow2.o
ifdef CONFIG_WIN32