X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fnet%2Fvirtio%2Fmeson.build;h=d595cfdcabcb5929aeac30cd201eaeef42bf27dd;hb=46413898cf1df5798b8d1ea04522da0f0ce97205;hp=07e085376b2dea40d5fdbd3b11964c2f9187d2d0;hpb=36a7a2e7a53fd269725429eec2d2354d8ca17f3e;p=dpdk.git diff --git a/drivers/net/virtio/meson.build b/drivers/net/virtio/meson.build index 07e085376b..d595cfdcab 100644 --- a/drivers/net/virtio/meson.build +++ b/drivers/net/virtio/meson.build @@ -7,7 +7,8 @@ if is_windows subdir_done() endif -sources += files('virtio_ethdev.c', +sources += files('virtio.c', + 'virtio_ethdev.c', 'virtio_pci_ethdev.c', 'virtio_pci.c', 'virtio_rxtx.c', @@ -44,8 +45,6 @@ elif arch_subdir == 'arm' and host_machine.cpu_family().startswith('aarch64') endif if is_linux - dpdk_conf.set('RTE_VIRTIO_USER', 1) - sources += files('virtio_user_ethdev.c', 'virtio_user/vhost_kernel.c', 'virtio_user/vhost_kernel_tap.c',