X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Fhw%2Fvfio%2FMakefile.objs;fp=qemu%2Fhw%2Fvfio%2FMakefile.objs;h=d540c9d1406827735963e1dedcd5ccb51fed7027;hb=e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb;hp=0000000000000000000000000000000000000000;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git diff --git a/qemu/hw/vfio/Makefile.objs b/qemu/hw/vfio/Makefile.objs new file mode 100644 index 000000000..d540c9d14 --- /dev/null +++ b/qemu/hw/vfio/Makefile.objs @@ -0,0 +1,6 @@ +ifeq ($(CONFIG_LINUX), y) +obj-$(CONFIG_SOFTMMU) += common.o +obj-$(CONFIG_PCI) += pci.o +obj-$(CONFIG_SOFTMMU) += platform.o +obj-$(CONFIG_SOFTMMU) += calxeda-xgmac.o +endif