4a64bfe351
This commit updates all in-tree code to use `CONFIG_CPP` instead of `CONFIG_CPLUSPLUS`, which is now deprecated. Signed-off-by: Stephanos Ioannidis <stephanos.ioannidis@nordicsemi.no>
6 lines
123 B
CMake
6 lines
123 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if(CONFIG_ARCMWDT_LIBC OR CONFIG_CPP)
|
|
zephyr_sources(arcmwdt-dtr-stubs.c)
|
|
endif()
|