net/virtio: move PCI device init in dedicated file
[dpdk.git] / drivers / net / virtio / meson.build
index 0e78d12..07e0853 100644 (file)
@@ -8,6 +8,7 @@ if is_windows
 endif
 
 sources += files('virtio_ethdev.c',
+       'virtio_pci_ethdev.c',
        'virtio_pci.c',
        'virtio_rxtx.c',
        'virtio_rxtx_simple.c',