diff options
author | Andreas Färber <afaerber@suse.de> | 2013-08-02 00:48:40 +0200 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2014-02-14 21:11:53 +0100 |
commit | 1f9c4cfda4df7c442255f9492a2408d80df1d42a (patch) | |
tree | fa885f63383e96af811bce9b95bd77e4f7985e63 /hw/ipack/Makefile.objs | |
parent | 08c9cacf0e965562cbf5bf44067b0bd4863e250f (diff) |
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/ipack/Makefile.objs')
-rw-r--r-- | hw/ipack/Makefile.objs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/ipack/Makefile.objs b/hw/ipack/Makefile.objs new file mode 100644 index 0000000000..8b9bdcb549 --- /dev/null +++ b/hw/ipack/Makefile.objs @@ -0,0 +1,2 @@ +common-obj-$(CONFIG_IPACK) += ipack.o +common-obj-$(CONFIG_IPACK) += tpci200.o |