qemu-patch-raspberry4/hw/vfio/Makefile.objs
Kim Phillips cf7087db10 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>
2014-12-19 15:24:06 -07:00

4 lines
59 B
Makefile

ifeq ($(CONFIG_LINUX), y)
obj-$(CONFIG_PCI) += pci.o
endif