mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 09:22:35 +00:00
sanitycheck was incorrectly documenting that --extra-args would pass on it's input unchanged to Make. In reality --extra-args acts as a way to define extra CMake cache entries. The key-value entries will be prefixed with -D before being passed to CMake. E.g "sanitycheck -x=USE_CCACHE=0" will translate to "cmake -DUSE_CCACHE=0" Signed-off-by: Sebastian Boe <sebastian.boe@nordicsemi.no> |
||
---|---|---|
.. | ||
checkpatch | ||
ci | ||
cmake | ||
cross_compiler | ||
dts | ||
footprint | ||
gitlint | ||
kconfig | ||
sanity_chk | ||
support | ||
.gitignore | ||
check_link_map.py | ||
checkpatch.pl | ||
checkstack.pl | ||
CMakeLists.txt | ||
file2hex.py | ||
filter-known-issues.py | ||
gcc-version.sh | ||
gen_gdt.py | ||
gen_idt.py | ||
gen_kobject_list.py | ||
gen_mmu_x86.py | ||
gen_offset_header.py | ||
gen_syscall_header.py | ||
gen_syscalls.py | ||
headerdep.pl | ||
make-ll | ||
Makefile.qemu_jailhouse | ||
mksysmap | ||
process_gperf.py | ||
qemu-machine-hack.py | ||
requirements.txt | ||
sanitycheck | ||
spelling.txt | ||
tags.sh | ||
timestamp | ||
uncrustify.cfg | ||
vercomp | ||
waitpid |