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

Stefan Roese sr at denx.de
Thu Aug 12 08:17:50 CEST 2021


On 06.08.21 06:49, Tony Dinh wrote:
> Add fdt_support_net.c to common/Makefile
> 
> Signed-off-by: Tony Dinh <mibodhi at gmail.com>
> ---
> 
>   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 @@ obj-$(CONFIG_CMD_BOOTZ) += bootm.o bootm_os.o
>   obj-$(CONFIG_CMD_BOOTI) += bootm.o bootm_os.o
>   
>   obj-$(CONFIG_CMD_BEDBUG) += bedbug.o
> -obj-$(CONFIG_$(SPL_TPL_)OF_LIBFDT) += fdt_support.o
> +obj-$(CONFIG_$(SPL_TPL_)OF_LIBFDT) += fdt_support.o fdt_support_net.o
>   obj-$(CONFIG_MII) += miiphyutil.o
>   obj-$(CONFIG_CMD_MII) += miiphyutil.o
>   obj-$(CONFIG_PHYLIB) += miiphyutil.o
> 

Reviewed-by: Stefan Roese <sr at denx.de>

Thanks,
Stefan


More information about the U-Boot mailing list