mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-05 08:55:21 +00:00
When a configuration file fragment ends in a line that is not terminated by a \n, it will mange the pasting of the following fragment. For example, in file1.prj: CONFIG_SETTING_A=34 CONFIG_SETTING_B=12 and file2.prj: CONFIG_SETTING_C=56 would become: CONFIG_SETTING_A=34 CONFIG_SETTING_B=12CONFIG_SETTING_C=56 because there was no \n at the end of CONFIG_SETTING_B=12. This makes the kconfig parser to reject CONFIG_SETTING_B and to loose CONFIG_SETTING_C, which then has random consequences. So, to avoid that problem, always add a newline after a config fragment. Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> |
||
---|---|---|
.. | ||
basic | ||
checkpatch | ||
ci | ||
cross_compiler | ||
dts | ||
footprint | ||
gitlint | ||
kconfig | ||
sanity_chk | ||
support | ||
.gitignore | ||
check_link_map.py | ||
checkpatch.pl | ||
checkstack.pl | ||
file2hex.py | ||
filter-known-issues.py | ||
gcc-version.sh | ||
gen_gdt.py | ||
gen_idt.py | ||
gen_kobject_list.py | ||
gen_mmu.py | ||
gen_offset_header.py | ||
gen_syscall_header.py | ||
gen_syscalls.py | ||
headerdep.pl | ||
Kbuild.include | ||
make-ll | ||
Makefile | ||
Makefile.build | ||
Makefile.clean | ||
Makefile.extrawarn | ||
Makefile.gen | ||
Makefile.headersinst | ||
Makefile.help | ||
Makefile.host | ||
Makefile.lib | ||
Makefile.modbuiltin | ||
Makefile.qemu | ||
Makefile.toolchain.espressif | ||
Makefile.toolchain.gccarmemb | ||
Makefile.toolchain.issm | ||
Makefile.toolchain.riscv32 | ||
Makefile.toolchain.xcc | ||
Makefile.toolchain.xtools | ||
Makefile.toolchain.zephyr | ||
Makefile.xt-run | ||
Makefile.xtsc-run | ||
mkmakefile | ||
mksysmap | ||
process_gperf.py | ||
qemu-machine-hack.py | ||
requirements.txt | ||
sanitycheck | ||
spelling.txt | ||
tags.sh | ||
timestamp | ||
uncrustify.cfg | ||
vercomp | ||
waitpid |