diff options
author | Kim Phillips <kim.phillips@linaro.org> | 2014-12-19 15:24:06 -0700 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2014-12-19 15:24:06 -0700 |
commit | cf7087db10e2dc112e02782f1d1eb56ec42c728b (patch) | |
tree | 246b3829a5c2da7af4a3081b78315edc99019e3d /hw/vfio/Makefile.objs | |
parent | c67676711c7202f48bc43d2f80125eaea355755e (diff) |
vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfio
This is done in preparation for the addition of VFIO platform
device support.
Signed-off-by: Kim Phillips <kim.phillips@linaro.org>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'hw/vfio/Makefile.objs')
-rw-r--r-- | hw/vfio/Makefile.objs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/vfio/Makefile.objs b/hw/vfio/Makefile.objs new file mode 100644 index 0000000000..31c7dabb02 --- /dev/null +++ b/hw/vfio/Makefile.objs @@ -0,0 +1,3 @@ +ifeq ($(CONFIG_LINUX), y) +obj-$(CONFIG_PCI) += pci.o +endif |