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 325167b commit 5d11587Copy full SHA for 5d11587
drivers/ra/CMakeLists.txt
@@ -101,6 +101,16 @@ if(CONFIG_USE_RA_FSP_SCE)
101
zephyr_library_sources(${sce7_srcs})
102
endif()
103
104
+ if (CONFIG_HAS_RENESAS_RA_SCE9)
105
+ zephyr_include_directories(
106
+ fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/public/inc
107
+ fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/private/inc)
108
+ file(GLOB sce9_srcs
109
+ "fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/adaptors/*.c"
110
+ "fsp/src/r_sce/crypto_procedures/src/sce9/plainkey/primitive/*.c")
111
+ zephyr_library_sources(${sce9_srcs})
112
+ endif()
113
+
114
if (CONFIG_HAS_RENESAS_RA_TRNG)
115
zephyr_include_directories(
116
fsp/src/r_sce/trng)
0 commit comments