]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spdk/dpdk/lib/librte_graph/meson.build
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / dpdk / lib / librte_graph / meson.build
diff --git a/ceph/src/spdk/dpdk/lib/librte_graph/meson.build b/ceph/src/spdk/dpdk/lib/librte_graph/meson.build
new file mode 100644 (file)
index 0000000..8fa18b6
--- /dev/null
@@ -0,0 +1,11 @@
+# SPDX-License-Identifier: BSD-3-Clause
+# Copyright(C) 2020 Marvell International Ltd.
+
+name = 'graph'
+
+sources = files('node.c', 'graph.c', 'graph_ops.c', 'graph_debug.c', 'graph_stats.c', 'graph_populate.c')
+headers = files('rte_graph.h', 'rte_graph_worker.h')
+
+deps += ['eal']
+build = false
+reason = 'not needed by SPDK'