New upstream version 18.08
[deb_dpdk.git] / drivers / net / bnxt / meson.build
diff --git a/drivers/net/bnxt/meson.build b/drivers/net/bnxt/meson.build
new file mode 100644 (file)
index 0000000..e130f27
--- /dev/null
@@ -0,0 +1,20 @@
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright(c) 2018 Intel Corporation
+
+install_headers('rte_pmd_bnxt.h')
+version = 2
+sources = files('bnxt_cpr.c',
+       'bnxt_ethdev.c',
+       'bnxt_filter.c',
+       'bnxt_flow.c',
+       'bnxt_hwrm.c',
+       'bnxt_irq.c',
+       'bnxt_ring.c',
+       'bnxt_rxq.c',
+       'bnxt_rxr.c',
+       'bnxt_stats.c',
+       'bnxt_txq.c',
+       'bnxt_txr.c',
+       'bnxt_util.c',
+       'bnxt_vnic.c',
+       'rte_pmd_bnxt.c')