net/bnxt: remove extra blank line
[dpdk.git] / drivers / net / virtio / meson.build
index 0e78d12..d595cfd 100644 (file)
@@ -7,7 +7,9 @@ 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',
        'virtio_rxtx_simple.c',
@@ -43,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',