]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitf4688472734f89888ea75ce8c90431553639cb79
tree3644b382599024884a9c8be713b24e1f47f5779e
parent267cdc2e39f2e953159d9ebfe5f3b02e6be34b1b
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