commit | 741e58e0fc8ecf5669ccb7cd9100c5bf68d89158 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Feb 05 22:06:10 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 16:24:24 2015 -0600 |
tree | 9526e5df367fae9d7be21697684fb34893e1c5c9 | |
parent | 4564faeafbf11feb839e2e3f927be2f1a919ba96 [diff] |
Create a .cfg file containing the CONFIG options used to build At present CONFIG options are split across Kconfig and board config headers files. Also we have multiple files containing these CONFIG options. In order to see exactly what is being used for building, create a .cfg file which holds these options as reported by the C preprocessor. Signed-off-by: Simon Glass <sjg@chromium.org>