commit | 93481b9f6b3286083a12b136e091caf6f24d8b9e | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Thu Sep 04 05:41:31 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Tue Sep 16 12:23:58 2014 -0400 |
tree | 1ad8fbc9c87347b75afd76186c8e756e0bc4c112 | |
parent | 2d5db193ee8675def3b683ed0f3c6df439a15486 [diff] |
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>