Lines Matching +full:- +full:- +full:json
1 # SPDX-License-Identifier: Apache-2.0
9 set(workspace_arg "--workspace=${ZEPHYR_WORKSPACE}")
11 set(workspace_arg "--workspace=${WEST_TOPDIR}")
19 -k ${ZEPHYR_BINARY_DIR}/${KERNEL_ELF_NAME}
20 -z ${ZEPHYR_BASE}
21 -o ${CMAKE_BINARY_DIR}
23 -d ${report_depth}
43 -k $<TARGET_PROPERTY:tfm,TFM_S_ELF_FILE>
44 -z ${ZEPHYR_BASE}
45 -o ${CMAKE_BINARY_DIR}
47 -d ${report_depth}
48 --json tfm_${report}.json
68 -k $<TARGET_PROPERTY:tfm,BL2_ELF_FILE>
69 -z ${ZEPHYR_BASE}
70 -o ${CMAKE_BINARY_DIR}
72 -d ${report_depth}
73 --json bl2_${report}.json
89 if(NOT ${PUNCOVER} STREQUAL PUNCOVER-NOTFOUND)
93 --elf_file ${ZEPHYR_BINARY_DIR}/${KERNEL_ELF_NAME}
94 --gcc_tools_base ${CROSS_COMPILE}
95 --src_root ${ZEPHYR_BASE}
96 --build_dir ${CMAKE_BINARY_DIR}
106 if(NOT ${PAHOLE} STREQUAL PAHOLE-NOTFOUND)
110 --anon_include
111 --nested_anon_include
112 --show_decl_info
113 $<$<BOOL:${CMAKE_VERBOSE_MAKEFILE}>:--verbose>