diff options
| author | hathach <[email protected]> | 2025-12-01 14:39:45 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-12-01 14:46:47 +0700 |
| commit | df6f13600324b42710ae71d5320a9f2eae8303a5 (patch) | |
| tree | f5e0a3a723e4917b1905c614ba4d65724994ecef /examples | |
| parent | 7ee288bc223db393d68c7bdb09bf7c05ffd2eb03 (diff) | |
add linkermap to deps and linkermap taget
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/build_system/cmake/toolchain/arm_iar.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/build_system/cmake/toolchain/arm_iar.cmake b/examples/build_system/cmake/toolchain/arm_iar.cmake index 0b7e0b585..67d100bbc 100644 --- a/examples/build_system/cmake/toolchain/arm_iar.cmake +++ b/examples/build_system/cmake/toolchain/arm_iar.cmake @@ -24,7 +24,8 @@ set(CMAKE_C_ICSTAT ${CMAKE_IAR_CSTAT} --checks=${CMAKE_CURRENT_LIST_DIR}/cstat_sel_checks.txt --db=${CMAKE_BINARY_DIR}/cstat.db --sarif_dir=${CMAKE_BINARY_DIR}/cstat_sarif - --exclude ${TOP}/hw/mcu --exclude ${TOP}/lib + --exclude=${TOP}/hw/mcu + --exclude=${TOP}/lib ) endif () |
