mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00

Minimal VFIO platform implementation supporting register space user mapping but not IRQ assignment. Signed-off-by: Kim Phillips <kim.phillips@linaro.org> Signed-off-by: Eric Auger <eric.auger@linaro.org> Tested-by: Vikram Sethi <vikrams@codeaurora.org> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
5 lines
129 B
Text
5 lines
129 B
Text
ifeq ($(CONFIG_LINUX), y)
|
|
obj-$(CONFIG_SOFTMMU) += common.o
|
|
obj-$(CONFIG_PCI) += pci.o
|
|
obj-$(CONFIG_SOFTMMU) += platform.o
|
|
endif
|