commit | 1bd876301b1b6a2046cd1415fff71f5e8a30e6b4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 13 14:25:50 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Fri Dec 02 10:37:47 2016 -0700 |
tree | 3644b382599024884a9c8be713b24e1f47f5779e | |
parent | 0317724e6c5db6229dbdc03dd9c9b68a559973fe [diff] |
Makefile: Add a target to create the .cfg files A common requirement when converting CONFIG options to Kconfig is to check that the effective configuration has not changed due to the conversion. Add a target which creates this configuration (in the form of u-boot.cfg) but does not build U-Boot. This speeds up the checking. Signed-off-by: Simon Glass <sjg@chromium.org>