aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/Makefile.objs
diff options
context:
space:
mode:
authorEric Auger <eric.auger@linaro.org>2015-06-08 09:25:25 -0600
committerAlex Williamson <alex.williamson@redhat.com>2015-06-08 09:25:25 -0600
commit0ea2730bef0b764ce87f5d6859f9b1eac6069250 (patch)
tree56c3e63023f9f0b3c59d32bceed223ea99f99a20 /hw/vfio/Makefile.objs
parent2e29dd7c44db30e3d3c108ab2a622cbdac6d16f0 (diff)
hw/vfio/platform: vfio-platform skeleton
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>
Diffstat (limited to 'hw/vfio/Makefile.objs')
-rw-r--r--hw/vfio/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/vfio/Makefile.objs b/hw/vfio/Makefile.objs
index e31f30ec09..c5c76fe394 100644
--- a/hw/vfio/Makefile.objs
+++ b/hw/vfio/Makefile.objs
@@ -1,4 +1,5 @@
ifeq ($(CONFIG_LINUX), y)
obj-$(CONFIG_SOFTMMU) += common.o
obj-$(CONFIG_PCI) += pci.o
+obj-$(CONFIG_SOFTMMU) += platform.o
endif