2017-12-18 15:56:25 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2017 Intel Corporation
|
2017-10-17 12:43:57 +00:00
|
|
|
|
2020-02-02 21:08:32 +00:00
|
|
|
headers = files('rte_crc_arm64.h',
|
2017-10-17 12:43:57 +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')
|
2018-01-22 15:42:54 +00:00
|
|
|
deps += ['ring']
|