# SPDX-License-Identifier: BSD-3-Clause # Copyright(C) 2020 Marvell International Ltd. name = 'graph' sources = files('node.c', 'graph.c', 'graph_debug.c') headers = files('rte_graph.h') deps += ['eal']