X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fvhost%2Fmeson.build;h=cdb37a4814a021284ffa64a9c3523c04a37d67de;hb=8974b6c730a1f8e9cd64d327e3df53d2b86fb2a4;hp=2d8fe0239fd316a9187a29abec0a6ec1e413cfa3;hpb=99a2dd955fba6e4cc23b77d590a033650ced9c45;p=dpdk.git diff --git a/lib/vhost/meson.build b/lib/vhost/meson.build index 2d8fe0239f..cdb37a4814 100644 --- a/lib/vhost/meson.build +++ b/lib/vhost/meson.build @@ -29,9 +29,11 @@ sources = files( ) headers = files( 'rte_vdpa.h', - 'rte_vdpa_dev.h', 'rte_vhost.h', 'rte_vhost_async.h', 'rte_vhost_crypto.h', ) +driver_sdk_headers = files( + 'vdpa_driver.h', +) deps += ['ethdev', 'cryptodev', 'hash', 'pci']