Skip to content

Commit 22d1e03

Browse files
thaoluonguwandrzej-kaczmarek
authored andcommitted
hal: renesas: ra: Fix building issue in cpp
Fix building issue relate to cmath: No such file or directory Signed-off-by: Thao Luong <[email protected]>
1 parent 0b56df6 commit 22d1e03

File tree

5 files changed

+804
-3
lines changed

5 files changed

+804
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: Apache-2.0
22

33
add_subdirectory_ifdef(CONFIG_SOC_FAMILY_RENESAS_SMARTBOND smartbond)
4+
add_subdirectory(zephyr)
45
add_subdirectory(drivers)
5-
add_subdirectory(zephyr)

drivers/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3-
add_subdirectory_ifdef(CONFIG_HAS_RENESAS_RA_FSP ra)
3+
add_subdirectory_ifdef(CONFIG_HAS_RENESAS_RA_FSP ra)

zephyr/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3-
add_subdirectory_ifdef(CONFIG_HAS_RENESAS_RA_FSP ra)
3+
add_subdirectory_ifdef(CONFIG_HAS_RENESAS_RA_FSP ra)

0 commit comments

Comments
 (0)