net/softnic: fix useless address check
[dpdk.git] / drivers / raw / ntb / meson.build
index 0fb4445..9096f2b 100644 (file)
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: BSD-3-Clause
 # Copyright(c) 2019 Intel Corporation.
 
-deps += ['rawdev', 'mbuf', 'mempool',
-        'pci', 'bus_pci']
-sources = files('ntb.c')
-allow_experimental_apis = true
+deps += ['rawdev', 'mbuf', 'mempool', 'pci', 'bus_pci']
+sources = files('ntb.c',
+                'ntb_hw_intel.c')
+headers = files('rte_pmd_ntb.h')