mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00

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>
2 lines
78 B
Text
2 lines
78 B
Text
common-obj-$(CONFIG_IPACK) += ipack.o
|
|
common-obj-$(CONFIG_IPACK) += tpci200.o
|