summaryrefslogtreecommitdiff
path: root/examples/build_system
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-12-04 09:27:29 +0700
committerhathach <[email protected]>2025-12-04 09:27:29 +0700
commit9f291dac260f82d5a8f1b11251703e79da12996a (patch)
tree0344ebf0bca0a50962ca01b51793460b902ad34b /examples/build_system
parent06f1597c0e55a862bce2eac0b2058cb6f6cea54b (diff)
parentf68e354729c9485918966d2818fe652c033e4a93 (diff)
Merge branch 'refs/heads/master' into dwc2_cfg
Diffstat (limited to 'examples/build_system')
-rw-r--r--examples/build_system/cmake/toolchain/arm_iar.cmake3
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 ()