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 ca0be9e commit 677984bCopy full SHA for 677984b
drivers/ra/CMakeLists.txt
@@ -74,6 +74,16 @@ if(CONFIG_USE_RA_FSP_SCE)
74
zephyr_library_sources(${rsip7_srcs})
75
endif()
76
77
+ if (CONFIG_HAS_RENESAS_RA_SCE5)
78
+ zephyr_include_directories(
79
+ fsp/src/r_sce/crypto_procedures/src/sce5/plainkey/public/inc
80
+ fsp/src/r_sce/crypto_procedures/src/sce5/plainkey/private/inc)
81
+ file(GLOB sce5_srcs
82
+ "fsp/src/r_sce/crypto_procedures/src/sce5/plainkey/adaptors/*.c"
83
+ "fsp/src/r_sce/crypto_procedures/src/sce5/plainkey/primitive/*.c")
84
+ zephyr_library_sources(${sce5_srcs})
85
+ endif()
86
+
87
if (CONFIG_HAS_RENESAS_RA_SCE7)
88
zephyr_include_directories(
89
fsp/src/r_sce/crypto_procedures/src/sce7/plainkey/public/inc
0 commit comments