Makefile: Add a target to create the .cfg files
authorSimon Glass <sjg@chromium.org>
Sun, 13 Nov 2016 21:25:50 +0000 (14:25 -0700)
committerSimon Glass <sjg@chromium.org>
Fri, 2 Dec 2016 17:37:47 +0000 (10:37 -0700)
commit1bd876301b1b6a2046cd1415fff71f5e8a30e6b4
tree3644b382599024884a9c8be713b24e1f47f5779e
parent0317724e6c5db6229dbdc03dd9c9b68a559973fe
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>
Makefile