blob: 8fa18b61136b95bc892f34a09d64ca14f4d11c2c (
plain)
1
2
3
4
5
6
7
8
9
10
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'
|