]> 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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:29:04 +0000 (22:29 +0200)
commit9ecb507f8bef5714c64484f7411baddbbf2b4681
tree8fda70e9ff0d1e555ad9cf2a81f704213919aa9e
parent54543bf686c88116216db93d9861d13f2303f596
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