1# SPDX-License-Identifier: Apache-2.0
2
3zephyr_library()
4zephyr_library_property(ALLOW_EMPTY TRUE)
5
6zephyr_library_sources_ifdef(CONFIG_CACHE_ASPEED	cache_aspeed.c)
7zephyr_library_sources_ifdef(CONFIG_USERSPACE		cache_handlers.c)
8