Rework kopts

此提交包含在:
2023-10-09 12:13:15 -04:00
父節點 cd86dcffbc
當前提交 d496a1670d

查看文件

@@ -652,6 +652,12 @@ fromSource() {
config_opts+=("CONFIG_IB=n")
config_opts+=("CONFIG_MAKE_TOOLCHAIN=n")
# Write options to config seed file
for opt in "${config_opts[@]}"; do
debug "Writing $opt to $seed_file"
echo "$opt" >> "$seed_file"
done
# Cleaning modes
# make clean # compiled output
# make targetclean # compiled output, toolchain