diff options
author | Hervé Poussineau <hpoussin@reactos.org> | 2012-04-14 22:48:35 +0200 |
---|---|---|
committer | Andreas Färber <andreas.faerber@web.de> | 2012-08-15 22:10:58 +0200 |
commit | 1ae41f447d1467172b0f8290ca1b83726ea9942a (patch) | |
tree | 65528221e3504f0ef1776b7515eb6f09e56d40bf /hw/Makefile.objs | |
parent | acbb090b2400f627a801074c4e3e006c7501bb26 (diff) |
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.objs | 1 |
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 |