diff options
Diffstat (limited to 'lib/librte_gso/meson.build')
-rw-r--r-- | lib/librte_gso/meson.build | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/librte_gso/meson.build b/lib/librte_gso/meson.build new file mode 100644 index 00000000..056534fb --- /dev/null +++ b/lib/librte_gso/meson.build @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: BSD-3-Clause +# Copyright(c) 2017 Intel Corporation + +sources = files('gso_common.c', 'gso_tcp4.c', + 'gso_tunnel_tcp4.c', 'rte_gso.c') +headers = files('rte_gso.h') +deps += ['ethdev'] |