]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Create a .cfg file containing the CONFIG options used to build
authorSimon Glass <sjg@chromium.org>
Fri, 6 Feb 2015 05:06:10 +0000 (22:06 -0700)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 22:24:24 +0000 (16:24 -0600)
commit741e58e0fc8ecf5669ccb7cd9100c5bf68d89158
tree9526e5df367fae9d7be21697684fb34893e1c5c9
parent4564faeafbf11feb839e2e3f927be2f1a919ba96
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>
Makefile
scripts/Makefile.spl