diff options
author | Alberto Garcia <agarcia@igalia.com> | 2013-01-11 18:25:30 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-01-14 13:26:12 -0600 |
commit | be657dea4bec90031cc66a111a772299bfca7fa5 (patch) | |
tree | 0c779cf1d90679115d766682f3a3f2e9c7dbf92f /hw/Makefile.objs | |
parent | 9c16fa79bfa0f8d7a937ee58fa45f2bd0995fa53 (diff) | |
download | qemu-be657dea4bec90031cc66a111a772299bfca7fa5.tar.gz qemu-be657dea4bec90031cc66a111a772299bfca7fa5.tar.bz2 qemu-be657dea4bec90031cc66a111a772299bfca7fa5.zip |
Add GE IP-Octal 232 IndustryPack emulation
The GE IP-Octal 232 is an IndustryPack module that implements eight
RS-232 serial ports, each one of which can be redirected to a
character device in the host.
Signed-off-by: Alberto Garcia <agarcia@igalia.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/Makefile.objs')
-rw-r--r-- | hw/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/Makefile.objs b/hw/Makefile.objs index 47d47864fb..74b07a7e7e 100644 --- a/hw/Makefile.objs +++ b/hw/Makefile.objs @@ -107,7 +107,7 @@ common-obj-$(CONFIG_XGMAC) += xgmac.o common-obj-$(CONFIG_PCI) += wdt_i6300esb.o # IndustryPack -common-obj-$(CONFIG_IPACK) += tpci200.o ipack.o +common-obj-$(CONFIG_IPACK) += tpci200.o ipoctal232.o ipack.o # PCI network cards common-obj-$(CONFIG_NE2000_PCI) += ne2000.o |