zephyr/subsys/storage/flash_map/CMakeLists.txt

7 lines
198 B
CMake
Raw Permalink Normal View History

# SPDX-License-Identifier: Apache-2.0
zephyr_sources(flash_map.c)
zephyr_sources_ifndef(CONFIG_FLASH_MAP_CUSTOM flash_map_default.c)
zephyr_sources_ifdef(CONFIG_FLASH_MAP_SHELL flash_map_shell.c)