commit | cb163b44d4af5e8046db71ea053d5abb720b595d | [log] [tgz] |
---|---|---|
author | Andrew Davis <afd@ti.com> | Wed Nov 01 12:05:18 2023 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 12 08:34:19 2024 -0500 |
tree | 79a09ba118b2b4d3001bfd478206734d2727f4f7 | |
parent | 8cf362305e25f869e1b86b7e4d2bcb5ca135d31a [diff] |
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>