]> git.droids-corp.org - dpdk.git/blobdiff - lib/vhost/meson.build
ipc: end multiprocess thread during cleanup
[dpdk.git] / lib / vhost / meson.build
index 2d8fe0239fd316a9187a29abec0a6ec1e413cfa3..cdb37a4814a021284ffa64a9c3523c04a37d67de 100644 (file)
@@ -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']