From ba25df88cc004dffad908b54a71ad8510551e6d2 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Tue, 5 Feb 2013 15:41:36 +0100 Subject: hw: move VFIO and ivshmem to hw/misc/ Signed-off-by: Paolo Bonzini --- hw/misc/Makefile.objs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'hw/misc/Makefile.objs') diff --git a/hw/misc/Makefile.objs b/hw/misc/Makefile.objs index 009b1d9f01..9b1ab39fbe 100644 --- a/hw/misc/Makefile.objs +++ b/hw/misc/Makefile.objs @@ -9,3 +9,9 @@ common-obj-$(CONFIG_PL310) += arm_l2x0.o common-obj-$(CONFIG_PUV3) += puv3_pm.o common-obj-$(CONFIG_MACIO) += macio/ + +ifeq ($(CONFIG_PCI), y) +obj-$(CONFIG_KVM) += ivshmem.o +obj-$(CONFIG_LINUX) += vfio.o +endif + -- cgit v1.2.3