Re: [PATCH v4 09/29] makefile: add mbedtls include directories

2024-07-23 Thread Raymond Mao
Hi Ilias, On Tue, 23 Jul 2024 at 03:45, Ilias Apalodimas wrote: > On Thu, 18 Jul 2024 at 23:12, Raymond Mao wrote: > > > > Hi Ilias, > > > > On Wed, 3 Jul 2024 at 07:35, Ilias Apalodimas < > ilias.apalodi...@linaro.org> wrote: > >> > >> On Tue, 2 Jul 2024 at 21:27, Raymond Mao > wrote: > >> >

Re: [PATCH v4 09/29] makefile: add mbedtls include directories

2024-07-23 Thread Ilias Apalodimas
On Thu, 18 Jul 2024 at 23:12, Raymond Mao wrote: > > Hi Ilias, > > On Wed, 3 Jul 2024 at 07:35, Ilias Apalodimas > wrote: >> >> On Tue, 2 Jul 2024 at 21:27, Raymond Mao wrote: >> > >> > Add the mbedtls include directories into the build system. >> > >> > Signed-off-by: Raymond Mao >> > --- >>

Re: [PATCH v4 09/29] makefile: add mbedtls include directories

2024-07-18 Thread Raymond Mao
Hi Ilias, On Wed, 3 Jul 2024 at 07:35, Ilias Apalodimas wrote: > On Tue, 2 Jul 2024 at 21:27, Raymond Mao wrote: > > > > Add the mbedtls include directories into the build system. > > > > Signed-off-by: Raymond Mao > > --- > > Changes in v2 > > - None. > > Changes in v3 > > - Remove changes fo

Re: [PATCH v4 09/29] makefile: add mbedtls include directories

2024-07-18 Thread Raymond Mao
Hi Ilias, On Wed, 3 Jul 2024 at 07:35, Ilias Apalodimas wrote: > On Tue, 2 Jul 2024 at 21:27, Raymond Mao wrote: > > > > Add the mbedtls include directories into the build system. > > > > Signed-off-by: Raymond Mao > > --- > > Changes in v2 > > - None. > > Changes in v3 > > - Remove changes fo

Re: [PATCH v4 09/29] makefile: add mbedtls include directories

2024-07-03 Thread Ilias Apalodimas
On Tue, 2 Jul 2024 at 21:27, Raymond Mao wrote: > > Add the mbedtls include directories into the build system. > > Signed-off-by: Raymond Mao > --- > Changes in v2 > - None. > Changes in v3 > - Remove changes for PLATFORM_CPPFLAGS. > Changes in v4 > - Fix errors when building without "O=". > - Mi

[PATCH v4 09/29] makefile: add mbedtls include directories

2024-07-02 Thread Raymond Mao
Add the mbedtls include directories into the build system. Signed-off-by: Raymond Mao --- Changes in v2 - None. Changes in v3 - Remove changes for PLATFORM_CPPFLAGS. Changes in v4 - Fix errors when building without "O=". - Minor fix of the include directories. Makefile | 6 ++ 1 file change