Re: [PATCH 3/3] Add fdt network helper to Makefile

2021-08-13 Thread Ramon Fried
On Fri, Aug 6, 2021 at 7:50 AM Tony Dinh wrote: > > Add fdt_support_net.c to common/Makefile > > Signed-off-by: Tony Dinh > --- > > common/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/common/Makefile b/common/Makefile > index 9063ed9391..94678d26d8 100644 >

Re: [PATCH 3/3] Add fdt network helper to Makefile

2021-08-12 Thread Stefan Roese
On 06.08.21 06:49, Tony Dinh wrote: Add fdt_support_net.c to common/Makefile Signed-off-by: Tony Dinh --- common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Makefile b/common/Makefile index 9063ed9391..94678d26d8 100644 --- a/common/Makefile +++

[PATCH 3/3] Add fdt network helper to Makefile

2021-08-05 Thread Tony Dinh
Add fdt_support_net.c to common/Makefile Signed-off-by: Tony Dinh --- common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/Makefile b/common/Makefile index 9063ed9391..94678d26d8 100644 --- a/common/Makefile +++ b/common/Makefile @@ -28,7 +28,7 @@