]> git.ipfire.org Git - thirdparty/u-boot.git/commit
Makefile: Run defconfig files through the C preprocessor
authorAndrew Davis <afd@ti.com>
Wed, 1 Nov 2023 17:05:18 +0000 (12:05 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 12 Jan 2024 13:34:19 +0000 (08:34 -0500)
commit2027e99e61aab6fd8b06e2d752e0e538cff26eb6
tree79a09ba118b2b4d3001bfd478206734d2727f4f7
parentbf2df680286956b3187b1820ae54c5a0fb594857
Makefile: Run defconfig files through the C preprocessor

This allows us to use some of the normal preprocessor directives inside
defconfig files. Such as #define and #include.

Signed-off-by: Andrew Davis <afd@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Nishanth Menon <nm@ti.com>
scripts/kconfig/Makefile