1# SPDX-License-Identifier: Apache-2.0
2
3zephyr_sources(flash_map.c)
4zephyr_sources_ifndef(CONFIG_FLASH_MAP_CUSTOM flash_map_default.c)
5zephyr_sources_ifdef(CONFIG_FLASH_MAP_SHELL flash_map_shell.c)
6
7