2021-04-28 16:38:27 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2022-08-22 18:06:25 +08:00
|
|
|
|
2023-05-25 06:27:04 +08:00
|
|
|
zephyr_syscall_header(${ZEPHYR_BASE}/include/zephyr/cache.h)
|
|
|
|
|
2022-08-22 18:06:25 +08:00
|
|
|
zephyr_library()
|
2022-08-24 16:38:57 +08:00
|
|
|
zephyr_library_property(ALLOW_EMPTY TRUE)
|
2022-08-22 18:06:25 +08:00
|
|
|
|
|
|
|
zephyr_library_sources_ifdef(CONFIG_CACHE_ASPEED cache_aspeed.c)
|
2024-01-22 16:32:21 +08:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_CACHE_ANDES cache_andes.c)
|
2022-08-22 18:06:25 +08:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_USERSPACE cache_handlers.c)
|
2023-12-11 22:01:50 +08:00
|
|
|
zephyr_library_sources_ifdef(CONFIG_CACHE_NRF_CACHE cache_nrf.c)
|