summaryrefslogtreecommitdiff
path: root/hw/isa/Makefile.objs
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2013-07-22 15:54:24 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2013-07-25 08:12:27 -0500
commit61fcb628627ea464dc1954f615ae13edfefd284f (patch)
treedb8076e07c3390c576aa85383eadecbfd8dd602f /hw/isa/Makefile.objs
parent0a70e094cd05c35dddfe471fd96266d02ac0dade (diff)
downloadqemu-61fcb628627ea464dc1954f615ae13edfefd284f.tar.gz
isa_mmio: delete
It is not used anymore. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Anthony Liguori <aliguori@us.ibm.com> Message-id: 1374501278-31549-15-git-send-email-pbonzini@redhat.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/isa/Makefile.objs')
-rw-r--r--hw/isa/Makefile.objs1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/isa/Makefile.objs b/hw/isa/Makefile.objs
index 193746a73e..9164556a4d 100644
--- a/hw/isa/Makefile.objs
+++ b/hw/isa/Makefile.objs
@@ -1,7 +1,6 @@
common-obj-y += isa-bus.o
common-obj-$(CONFIG_APM) += apm.o
common-obj-$(CONFIG_I82378) += i82378.o
-common-obj-$(CONFIG_ISA_MMIO) += isa_mmio.o
common-obj-$(CONFIG_PC87312) += pc87312.o
common-obj-$(CONFIG_PIIX4) += piix4.o
common-obj-$(CONFIG_VT82C686) += vt82c686.o