mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
kconfig: fix savedefconfig to output empty defconfig
Commit 3ff291f371
(kconfig: convert Kconfig helper script into a shell script)
introduced a minor regression.
make alldefconfig; make savedefconfig
should create an empty 'defconfig'.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
2d5db193ee
commit
93481b9f6b
1 changed files with 1 additions and 0 deletions
|
@ -217,6 +217,7 @@ do_savedefconfig () {
|
|||
done
|
||||
|
||||
rm -f defconfig
|
||||
touch defconfig
|
||||
for line in $output_lines
|
||||
do
|
||||
echo $line >> defconfig
|
||||
|
|
Loading…
Reference in a new issue