Re: [PATCH 04/15] scripts/Kbuild.include: replace KBUILD_CPPFLAGS with CPPFLAGS

2018-12-05 Thread Sascha Hauer
On Wed, Dec 05, 2018 at 09:22:29PM +0900, Masahiro Yamada wrote: > On Thu, Nov 29, 2018 at 8:31 PM Steffen Trumtrar > wrote: > > > > The barebox Makefiles do not use KBUILD_CPPFLAGS but CPPFLAGS as variable > > name. > > > > Signed-off-by: Steffen Trumtrar > > --- > > > This might be a step ba

Re: [PATCH 04/15] scripts/Kbuild.include: replace KBUILD_CPPFLAGS with CPPFLAGS

2018-12-05 Thread Masahiro Yamada
On Wed, Dec 5, 2018 at 9:22 PM Masahiro Yamada wrote: > > On Thu, Nov 29, 2018 at 8:31 PM Steffen Trumtrar > wrote: > > > > The barebox Makefiles do not use KBUILD_CPPFLAGS but CPPFLAGS as variable > > name. > > > > Signed-off-by: Steffen Trumtrar > > --- > > > This might be a step backward. >

Re: [PATCH 04/15] scripts/Kbuild.include: replace KBUILD_CPPFLAGS with CPPFLAGS

2018-12-05 Thread Masahiro Yamada
On Thu, Nov 29, 2018 at 8:31 PM Steffen Trumtrar wrote: > > The barebox Makefiles do not use KBUILD_CPPFLAGS but CPPFLAGS as variable > name. > > Signed-off-by: Steffen Trumtrar > --- This might be a step backward. In old days, Linux also used well-known CPPFLAGS. Then Linux renamed CPPFLAG

[PATCH 04/15] scripts/Kbuild.include: replace KBUILD_CPPFLAGS with CPPFLAGS

2018-11-29 Thread Steffen Trumtrar
The barebox Makefiles do not use KBUILD_CPPFLAGS but CPPFLAGS as variable name. Signed-off-by: Steffen Trumtrar --- scripts/Kbuild.include | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include index e62bd35692d0..0cb3a70a6a42 10