From be657dea4bec90031cc66a111a772299bfca7fa5 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Fri, 11 Jan 2013 18:25:30 +0100 Subject: 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 Signed-off-by: Anthony Liguori --- hw/Makefile.objs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/Makefile.objs') 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 -- cgit v1.2.1