summaryrefslogtreecommitdiff
path: root/hw/Makefile.objs
diff options
context:
space:
mode:
authorHervé Poussineau <hpoussin@reactos.org>2012-04-14 22:48:35 +0200
committerAndreas Färber <andreas.faerber@web.de>2012-08-15 22:10:58 +0200
commit1ae41f447d1467172b0f8290ca1b83726ea9942a (patch)
tree65528221e3504f0ef1776b7515eb6f09e56d40bf /hw/Makefile.objs
parentacbb090b2400f627a801074c4e3e006c7501bb26 (diff)
downloadqemu-1ae41f447d1467172b0f8290ca1b83726ea9942a.tar.gz
prep: Add pc87312 Super I/O emulation
This provides floppy and IDE controllers as well as serial and parallel ports. However, dynamic configuration of devices is not yet supported. Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> [AF: QOM'ify, split out header, create CharDriverState if absent] Signed-off-by: Andreas Färber <andreas.faerber@web.de>
Diffstat (limited to 'hw/Makefile.objs')
-rw-r--r--hw/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/Makefile.objs b/hw/Makefile.objs
index 7f57ed58e2..aab0a469bb 100644
--- a/hw/Makefile.objs
+++ b/hw/Makefile.objs
@@ -39,6 +39,7 @@ hw-obj-$(CONFIG_I8259) += i8259_common.o i8259.o
# PPC devices
hw-obj-$(CONFIG_PREP_PCI) += prep_pci.o
hw-obj-$(CONFIG_I82378) += i82378.o
+hw-obj-$(CONFIG_PC87312) += pc87312.o
# Mac shared devices
hw-obj-$(CONFIG_MACIO) += macio.o
hw-obj-$(CONFIG_CUDA) += cuda.o