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

2023-11-02 Thread Nishanth Menon
On 12:05-20231101, 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 > Reviewed-by: Simon Glass Reviewed-by: Nishanth Menon -- Regards, Nishanth Menon Key (0xDDB5849D

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

2023-11-01 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 Reviewed-by: Simon Glass --- scripts/kconfig/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/kconfig/Makefile

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 b/scripts/kconfig/Makefil