Skip to content

Commit 61f2b11

Browse files
simheinfabiobaltieri
authored andcommitted
SCA: Get options file value for sysbuild invokation
Get eclair specific option file variable via zephyr_get. This is also needed if the sca is invoked with sysbuild so it uses the intended file. Signed-off-by: Simon Hein <[email protected]>
1 parent cb1e7d6 commit 61f2b11

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmake/sca/eclair/sca.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ message(STATUS "Found eclair_env: ${ECLAIR_ENV}")
88
find_program(ECLAIR_REPORT eclair_report REQUIRED)
99
message(STATUS "Found eclair_report: ${ECLAIR_REPORT}")
1010

11+
# Get eclair specific option file variables, also needed if invoked with sysbuild
12+
zephyr_get(ECLAIR_OPTIONS_FILE)
13+
1114
if(ECLAIR_OPTIONS_FILE)
1215
if(IS_ABSOLUTE ${ECLAIR_OPTIONS_FILE})
1316
set(ECLAIR_OPTIONS ${ECLAIR_OPTIONS_FILE})

0 commit comments

Comments
 (0)