net/softnic: add tap object
[dpdk.git] / drivers / net / softnic / meson.build
1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2018 Intel Corporation
3
4 install_headers('rte_eth_softnic.h')
5 sources = files('rte_eth_softnic_tm.c',
6         'rte_eth_softnic.c',
7         'rte_eth_softnic_mempool.c',
8         'rte_eth_softnic_swq.c',
9         'rte_eth_softnic_link.c',
10         'rte_eth_softnic_tap.c')
11 deps += 'sched'