1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(C) 2020 Marvell International Ltd.
15 headers = files('rte_node_ip4_api.h', 'rte_node_eth_api.h')
16 # Strict-aliasing rules are violated by uint8_t[] to context size casts.
17 cflags += '-fno-strict-aliasing'
18 deps += ['graph', 'mbuf', 'lpm', 'ethdev', 'mempool', 'cryptodev']