We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b56df6 commit 22d1e03Copy full SHA for 22d1e03
CMakeLists.txt
@@ -1,5 +1,5 @@
1
# SPDX-License-Identifier: Apache-2.0
2
3
add_subdirectory_ifdef(CONFIG_SOC_FAMILY_RENESAS_SMARTBOND smartbond)
4
+add_subdirectory(zephyr)
5
add_subdirectory(drivers)
-add_subdirectory(zephyr)
drivers/CMakeLists.txt
@@ -1,3 +1,3 @@
-add_subdirectory_ifdef(CONFIG_HAS_RENESAS_RA_FSP ra)
+add_subdirectory_ifdef(CONFIG_HAS_RENESAS_RA_FSP ra)
zephyr/CMakeLists.txt
0 commit comments