vhost: add packed ring single enqueue
[dpdk.git] / drivers / raw / ntb / meson.build
index 0fb4445..7a7d261 100644 (file)
@@ -3,5 +3,7 @@
 
 deps += ['rawdev', 'mbuf', 'mempool',
         'pci', 'bus_pci']
-sources = files('ntb.c')
+sources = files('ntb.c',
+                'ntb_hw_intel.c')
+install_headers('rte_pmd_ntb.h')
 allow_experimental_apis = true