git.droids-corp.org
/
dpdk.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
814d614fd512a2574d837af84ad609d6722466b4
[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_swq.c',
8
'rte_eth_softnic_link.c')
9
deps += 'sched'