1# Copyright (c) 2022 Meta 2# 3# SPDX-License-Identifier: Apache-2.0 4zephyr_sources_ifdef(CONFIG_SYS_HASH_FUNC32_DJB2 hash_func32_djb2.c) 5zephyr_sources_ifdef(CONFIG_SYS_HASH_FUNC32_MURMUR3 hash_func32_murmur3.c) 6 7zephyr_sources_ifdef(CONFIG_SYS_HASH_MAP_SC hash_map_sc.c) 8zephyr_sources_ifdef(CONFIG_SYS_HASH_MAP_OA_LP hash_map_oa_lp.c) 9zephyr_sources_ifdef(CONFIG_SYS_HASH_MAP_CXX hash_map_cxx.cpp) 10