Re: [PATCH v2 11/28] makefile: add mbedtls include directories

2024-05-08 Thread Ilias Apalodimas
On Tue, 7 May 2024 at 20:56, Raymond Mao wrote: > > Add the mbedtls include directories into the build system. > > Signed-off-by: Raymond Mao > --- > Changes in v2 > - None. > > Makefile | 13 + > 1 file changed, 13 insertions(+) > > diff --git a/Makefile b/Makefile > index 7321fe149

[PATCH v2 11/28] makefile: add mbedtls include directories

2024-05-07 Thread Raymond Mao
Add the mbedtls include directories into the build system. Signed-off-by: Raymond Mao --- Changes in v2 - None. Makefile | 13 + 1 file changed, 13 insertions(+) diff --git a/Makefile b/Makefile index 7321fe1499e..80db1dfd8ec 100644 --- a/Makefile +++ b/Makefile @@ -829,6 +829,12 @