]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
kconfig: fix savedefconfig to output empty defconfig
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Wed, 3 Sep 2014 20:41:31 +0000 (05:41 +0900)
committerTom Rini <trini@ti.com>
Tue, 16 Sep 2014 16:23:58 +0000 (12:23 -0400)
commit93481b9f6b3286083a12b136e091caf6f24d8b9e
tree1ad8fbc9c87347b75afd76186c8e756e0bc4c112
parent2d5db193ee8675def3b683ed0f3c6df439a15486
kconfig: fix savedefconfig to output empty defconfig

Commit 3ff291f371fa9858426774f3732924bacb61ed1c
(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>
scripts/multiconfig.sh