Explorar o código

kconfig: fix another bug of "make savedefconfig"

In some cases, the last lines of SPL or TPL are not output to a file.
The entries remaining in the "unmatched" variable must be flushed.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
Masahiro Yamada %!s(int64=10) %!d(string=hai) anos
pai
achega
717a23b871
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      scripts/multiconfig.sh

+ 2 - 0
scripts/multiconfig.sh

@@ -229,6 +229,8 @@ do_savedefconfig () {
 				unmatched="$unmatched%$symbol:$line"
 			fi
 		done < defconfig
+
+		output_lines="$output_lines%$unmatched"
 	done
 
 	rm -f defconfig