From 9c16fa79bfa0f8d7a937ee58fa45f2bd0995fa53 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Fri, 11 Jan 2013 18:25:29 +0100 Subject: Add TEWS TPCI200 IndustryPack emulation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The TPCI200 is a PCI board that supports up to 4 IndustryPack modules. A new bus type called 'IndustryPack' has been created so any compatible module can be attached to this board. Reviewed-by: Andreas Färber Signed-off-by: Alberto Garcia Signed-off-by: Anthony Liguori --- hw/Makefile.objs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hw/Makefile.objs') diff --git a/hw/Makefile.objs b/hw/Makefile.objs index aa55ce9873..47d47864fb 100644 --- a/hw/Makefile.objs +++ b/hw/Makefile.objs @@ -106,6 +106,9 @@ common-obj-$(CONFIG_XGMAC) += xgmac.o # PCI watchdog devices common-obj-$(CONFIG_PCI) += wdt_i6300esb.o +# IndustryPack +common-obj-$(CONFIG_IPACK) += tpci200.o ipack.o + # PCI network cards common-obj-$(CONFIG_NE2000_PCI) += ne2000.o common-obj-$(CONFIG_EEPRO100_PCI) += eepro100.o -- cgit v1.2.1