net/sfc: skip driver probe for incompatible device class
[dpdk.git] / drivers / raw / ntb / meson.build
index 0fb4445..1b7c6eb 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')
+headers = files('rte_pmd_ntb.h')