Re: [RFC PATCH 1/2] Makefile: Run defconfig files through the C preprocessor

2023-08-30 Thread Simon Glass
Hi Andrew, On Tue, 29 Aug 2023 at 16:15, Andrew Davis wrote: > > This allows us to use some of the normal preprocessor directives inside > defconfig files. Such as #define and #include. > > Signed-off-by: Andrew Davis > --- > scripts/kconfig/Makefile | 3 ++- > 1 file changed, 2 insertions(+),

[RFC PATCH 1/2] Makefile: Run defconfig files through the C preprocessor

2023-08-29 Thread Andrew Davis
This allows us to use some of the normal preprocessor directives inside defconfig files. Such as #define and #include. Signed-off-by: Andrew Davis --- scripts/kconfig/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/kconfig/Makefile