X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fnet%2Fvirtio%2Fmeson.build;h=d595cfdcabcb5929aeac30cd201eaeef42bf27dd;hb=46413898cf1df5798b8d1ea04522da0f0ce97205;hp=f2873d6180ff0ed0aed305fb7b9b860da3b41b7a;hpb=f12908c81a2b462452f8574c4d880269ee9183dd;p=dpdk.git diff --git a/drivers/net/virtio/meson.build b/drivers/net/virtio/meson.build index f2873d6180..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',