New upstream version 18.08
[deb_dpdk.git] / drivers / net / softnic / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Intel Corporation
3
4 allow_experimental_apis = true
5 install_headers('rte_eth_softnic.h')
6 sources = files('rte_eth_softnic_tm.c',
7         'rte_eth_softnic.c',
8         'rte_eth_softnic_mempool.c',
9         'rte_eth_softnic_swq.c',
10         'rte_eth_softnic_link.c',
11         'rte_eth_softnic_tap.c',
12         'rte_eth_softnic_action.c',
13         'rte_eth_softnic_pipeline.c',
14         'rte_eth_softnic_thread.c',
15         'rte_eth_softnic_cli.c',
16         'parser.c',
17         'conn.c')
18 deps += ['pipeline', 'port', 'table', 'sched']