File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,19 @@ if(CONFIG_USE_RA_FSP_SCE)
71
71
file (GLOB rsip7_srcs
72
72
"fsp/src/r_sce/crypto_procedures/src/rsip7/plainkey/adaptors/*.c"
73
73
"fsp/src/r_sce/crypto_procedures/src/rsip7/plainkey/primitive/*.c" )
74
- zephyr_sources (${rsip7_srcs} )
74
+ zephyr_library_sources (${rsip7_srcs} )
75
75
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
+
76
87
endif ()
77
88
78
89
if (CONFIG_USE_RA_FSP_SDHI )
You can’t perform that action at this time.
0 commit comments