]> git.ipfire.org Git - thirdparty/qemu.git/blob - hw/vfio/Makefile.objs
vfio: move hw/misc/vfio.c to hw/vfio/pci.c Move vfio.h into include/hw/vfio
[thirdparty/qemu.git] / hw / vfio / Makefile.objs
1 ifeq ($(CONFIG_LINUX), y)
2 obj-$(CONFIG_PCI) += pci.o
3 endif