1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2017 Intel Corporation
12 'rte_port_source_sink.c',
13 'rte_port_sym_crypto.c')
22 'rte_port_source_sink.h',
23 'rte_port_sym_crypto.h')
24 deps += ['ethdev', 'sched', 'ip_frag', 'cryptodev']
26 if dpdk_conf.has('RTE_LIBRTE_KNI')
27 sources += files('rte_port_kni.c')
28 headers += files('rte_port_kni.h')