node: add logging and null node
[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')
5 # Strict-aliasing rules are violated by uint8_t[] to context size casts.
6 cflags += '-fno-strict-aliasing'
7 deps += ['graph']