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