diff options
| author | Paolo Bonzini | 2013-02-05 15:41:36 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2013-04-08 18:13:14 +0200 |
| commit | ba25df88cc004dffad908b54a71ad8510551e6d2 (patch) | |
| tree | 900c53772b3ee8a42a5be1118d0a320be64bc3a2 /hw/Makefile.objs | |
| parent | hw: move PCI bridges to hw/pci-* or hw/ARCH (diff) | |
| download | qemu-ba25df88cc004dffad908b54a71ad8510551e6d2.tar.gz qemu-ba25df88cc004dffad908b54a71ad8510551e6d2.tar.xz qemu-ba25df88cc004dffad908b54a71ad8510551e6d2.zip | |
hw: move VFIO and ivshmem to hw/misc/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/Makefile.objs')
| -rw-r--r-- | hw/Makefile.objs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/hw/Makefile.objs b/hw/Makefile.objs index 8d0cc1fa9c..1cb86fa323 100644 --- a/hw/Makefile.objs +++ b/hw/Makefile.objs @@ -29,13 +29,3 @@ devices-dirs-$(CONFIG_SOFTMMU) += xen/ devices-dirs-y += core/ common-obj-y += $(devices-dirs-y) obj-y += $(devices-dirs-y) - -ifeq ($(CONFIG_SOFTMMU),y) - -# Inter-VM PCI shared memory & VFIO PCI device assignment -ifeq ($(CONFIG_PCI), y) -obj-$(CONFIG_KVM) += ivshmem.o -obj-$(CONFIG_LINUX) += vfio_pci.o -endif - -endif |
