Skip to content

Commit d59553e

Browse files
Danh DoanKhiemNguyenT
authored andcommitted
hal: renesas: ra: initial support for SCE7
First commit to support r_sce on SCE7 HWIP Signed-off-by: Danh Doan <[email protected]> Signed-off-by: The Nguyen <[email protected]>
1 parent f77a850 commit d59553e

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

drivers/ra/CMakeLists.txt

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,19 @@ if(CONFIG_USE_RA_FSP_SCE)
7171
file(GLOB rsip7_srcs
7272
"fsp/src/r_sce/crypto_procedures/src/rsip7/plainkey/adaptors/*.c"
7373
"fsp/src/r_sce/crypto_procedures/src/rsip7/plainkey/primitive/*.c")
74-
zephyr_sources(${rsip7_srcs})
74+
zephyr_library_sources(${rsip7_srcs})
7575
endif()
76+
77+
if (CONFIG_HAS_RENESAS_RA_SCE7)
78+
zephyr_include_directories(
79+
fsp/src/r_sce/crypto_procedures/src/sce7/plainkey/public/inc
80+
fsp/src/r_sce/crypto_procedures/src/sce7/plainkey/private/inc)
81+
file(GLOB sce7_srcs
82+
"fsp/src/r_sce/crypto_procedures/src/sce7/plainkey/adaptors/*.c"
83+
"fsp/src/r_sce/crypto_procedures/src/sce7/plainkey/primitive/*.c")
84+
zephyr_library_sources(${sce7_srcs})
85+
endif()
86+
7687
endif()
7788

7889
if(CONFIG_USE_RA_FSP_SDHI)

0 commit comments

Comments
 (0)