summaryrefslogtreecommitdiffstats
path: root/hw/char/Makefile.objs
diff options
context:
space:
mode:
authorAndreas Färber <afaerber@suse.de>2013-08-02 00:48:40 +0200
committerAndreas Färber <afaerber@suse.de>2014-02-14 21:11:53 +0100
commit1f9c4cfda4df7c442255f9492a2408d80df1d42a (patch)
treefa885f63383e96af811bce9b95bd77e4f7985e63 /hw/char/Makefile.objs
parent08c9cacf0e965562cbf5bf44067b0bd4863e250f (diff)
downloadhqemu-1f9c4cfda4df7c442255f9492a2408d80df1d42a.zip
hqemu-1f9c4cfda4df7c442255f9492a2408d80df1d42a.tar.gz
ipack: Move IndustryPack out of hw/char/
Move the header defining an IPackBus and IPackDevice base class into a new include/ directory and move their implementation and a PCI-IndustryPack bridge out of hw/char/ directory into a new hw/ipack/. Acked-by: Alberto Garcia <agarcia@igalia.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'hw/char/Makefile.objs')
-rw-r--r--hw/char/Makefile.objs2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/char/Makefile.objs b/hw/char/Makefile.objs
index be2a7d9..317385d 100644
--- a/hw/char/Makefile.objs
+++ b/hw/char/Makefile.objs
@@ -1,4 +1,4 @@
-common-obj-$(CONFIG_IPACK) += tpci200.o ipoctal232.o ipack.o
+common-obj-$(CONFIG_IPACK) += ipoctal232.o
common-obj-$(CONFIG_ESCC) += escc.o
common-obj-$(CONFIG_PARALLEL) += parallel.o
common-obj-$(CONFIG_PL011) += pl011.o
OpenPOWER on IntegriCloud