f3de60ab4aaaa7c0ab67efe6ba2f563a9f53af03
[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')
5 # Strict-aliasing rules are violated by uint8_t[] to context size casts.
6 cflags += '-fno-strict-aliasing'
7 deps += ['graph', 'ethdev']