X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_node%2Fmeson.build;h=e2e1b03fc2c162c78c6afb4baa8e90586fdd78f7;hb=16df6a2c6671982fc1970c9ca99994910bafd25e;hp=0361f8f24a908b8cd623ef54ed04bcb16e3d3994;hpb=947d7f682f2ff6ec225f3caafc836da09a707a0f;p=dpdk.git diff --git a/lib/librte_node/meson.build b/lib/librte_node/meson.build index 0361f8f24a..e2e1b03fc2 100644 --- a/lib/librte_node/meson.build +++ b/lib/librte_node/meson.build @@ -1,8 +1,9 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(C) 2020 Marvell International Ltd. -sources = files('null.c', 'log.c', 'ethdev_rx.c', 'ethdev_tx.c', 'ethdev_ctrl.c') -headers = files('rte_node_eth_api.h') +sources = files('null.c', 'log.c', 'ethdev_rx.c', 'ethdev_tx.c', 'ip4_lookup.c', + 'ethdev_ctrl.c') +headers = files('rte_node_ip4_api.h', 'rte_node_eth_api.h') # Strict-aliasing rules are violated by uint8_t[] to context size casts. cflags += '-fno-strict-aliasing' deps += ['graph', 'mbuf', 'lpm', 'ethdev', 'mempool', 'cryptodev']