Add a promptless symbol that can be selected by different drivers. It is there to ensure that the corresponding library is not added to the build unless it contains at least one source file. Signed-off-by: Grzegorz Swiderski <grzegorz.swiderski@nordicsemi.no>
7 lines
194 B
CMake
7 lines
194 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# zephyr-keep-sorted-start
|
|
add_subdirectory_ifdef(CONFIG_ARM_SCMI scmi)
|
|
add_subdirectory_ifdef(CONFIG_NRF_IRONSIDE nrf_ironside)
|
|
# zephyr-keep-sorted-stop
|