Re: [PATCH 4/4] m68k: pass -D options to KBUILD_CPPFLAGS instead of KBUILD_{A,C}FLAGS

2020-06-29 Thread Geert Uytterhoeven
On Tue, May 26, 2020 at 2:38 PM Masahiro Yamada wrote: > Precisely, -D is a preprocessor option. > > KBUILD_CPPFLAGS is passed to for compiling .c and .S files too. > > Signed-off-by: Masahiro Yamada Reviewed-by: Geert Uytterhoeven i.e. will queue in the m68k for-v5.9 branch.

Re: [PATCH 4/4] m68k: pass -D options to KBUILD_CPPFLAGS instead of KBUILD_{A,C}FLAGS

2020-05-27 Thread Greg Ungerer
On 26/5/20 10:38 pm, Masahiro Yamada wrote: Precisely, -D is a preprocessor option. KBUILD_CPPFLAGS is passed to for compiling .c and .S files too. Signed-off-by: Masahiro Yamada Acked-by: Greg Ungerer Regards Greg --- arch/m68k/Makefile | 5 ++--- 1 file changed, 2

[PATCH 4/4] m68k: pass -D options to KBUILD_CPPFLAGS instead of KBUILD_{A,C}FLAGS

2020-05-26 Thread Masahiro Yamada
Precisely, -D is a preprocessor option. KBUILD_CPPFLAGS is passed to for compiling .c and .S files too. Signed-off-by: Masahiro Yamada --- arch/m68k/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/m68k/Makefile b/arch/m68k/Makefile index