f-stack/dpdk/lib/librte_hash/meson.build

14 lines
288 B
Meson
Raw Permalink Normal View History

2019-06-25 11:12:58 +00:00
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation
2020-06-18 16:55:50 +00:00
headers = files('rte_crc_arm64.h',
2019-06-25 11:12:58 +00:00
'rte_fbk_hash.h',
'rte_hash_crc.h',
'rte_hash.h',
'rte_jhash.h',
'rte_thash.h')
sources = files('rte_cuckoo_hash.c', 'rte_fbk_hash.c')
deps += ['ring']
2021-02-05 08:48:47 +00:00
deps += ['rcu']