commit | 206a572d2f539ab55fedd44cad53df25d0175b35 | [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 | 8f1367da3980ead964a8e826e81596a02a043fb0 [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>