X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_node%2Fmeson.build;h=6bda53fc9b0aadeab4eeb45fc9f2a6bc35b7fd1a;hb=77edede86f397c31fd2d10b6a4b26745e158804e;hp=f3de60ab4aaaa7c0ab67efe6ba2f563a9f53af03;hpb=f0f804236f088d384998ef85d574d6b5debf8ee9;p=dpdk.git diff --git a/lib/librte_node/meson.build b/lib/librte_node/meson.build index f3de60ab4a..6bda53fc9b 100644 --- a/lib/librte_node/meson.build +++ b/lib/librte_node/meson.build @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(C) 2020 Marvell International Ltd. -sources = files('null.c', 'log.c', 'ethdev_rx.c') +sources = files('null.c', 'log.c', 'ethdev_rx.c', 'ethdev_tx.c') # Strict-aliasing rules are violated by uint8_t[] to context size casts. cflags += '-fno-strict-aliasing' -deps += ['graph', 'ethdev'] +deps += ['graph', 'mbuf', 'ethdev']