diff options
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 |