Skip to content

Commit 961ec0c

Browse files
CMake: Add .cpp files to target_sources
C++ files were excluded from target_sources, this meant that those files were being missed entirely during the build process. This adds any files that may have missed in the first commit.
1 parent 9738b27 commit 961ec0c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

targets/TARGET_RENESAS/TARGET_RZ_A1XX/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ target_sources(mbed-rz-a1xx
3131
spi_api.c
3232
trng_api.c
3333
us_ticker.c
34+
USBPhy_RZ_A1.cpp
3435

3536
common/rza_io_regrw.c
3637
)

targets/TARGET_RENESAS/TARGET_RZ_A2XX/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,13 @@ target_sources(mbed-rz-a2xx
3030
sleep.c
3131
spi_api.c
3232
us_ticker.c
33+
USBPhy_RZ_A2.cpp
3334

3435
common/r_cache/src/lld/r_cache_lld_rza2m.c
3536
common/r_octabus/src/lld/r_octabus_lld_rza2m_api.c
3637
common/r_octabus/src/lld/r_octabus_memclk_setup.c
3738
common/rza_io_regrw.c
39+
common/target_override_console.cpp
3840

3941
r_can/src/r_can_rz.c
4042
)

0 commit comments

Comments
 (0)