commit | 12094828aecfbdaecc54e214fefa601f6659212b | [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 | 84002758db878577469d2e95b875e163f5258dd9 [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>