17f1316ac8cc8a025477af7b63ac5b4b4e631212
[dpdk.git] / lib / librte_node / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(C) 2020 Marvell International Ltd.
3
4 sources = files('null.c', 'log.c', 'ethdev_rx.c', 'ethdev_tx.c', 'ip4_lookup.c',
5                 'ip4_rewrite.c', 'pkt_drop.c', 'ethdev_ctrl.c')
6 headers = files('rte_node_ip4_api.h', 'rte_node_eth_api.h')
7 # Strict-aliasing rules are violated by uint8_t[] to context size casts.
8 cflags += '-fno-strict-aliasing'
9 deps += ['graph', 'mbuf', 'lpm', 'ethdev', 'mempool', 'cryptodev']