net/octeontx: support fast mbuf free
[dpdk.git] / drivers / raw / ntb / meson.build
index 0fb4445..2926193 100644 (file)
@@ -3,5 +3,6 @@
 
 deps += ['rawdev', 'mbuf', 'mempool',
         'pci', 'bus_pci']
-sources = files('ntb.c')
-allow_experimental_apis = true
+sources = files('ntb.c',
+                'ntb_hw_intel.c')
+install_headers('rte_pmd_ntb.h')