[PATCH V5 09/13] common: Makefile: Rule to compile bmp.c

Devarsh Thakkar devarsht at ti.com
Mon Apr 3 13:30:46 CEST 2023



On 03/04/23 13:44, Nikhil M Jain wrote:
> Add rule to compile bmp.c at SPL and u-boot proper when CONFIG_SPL_BMP
> and CONFIG_BMP are defined.
> 
> Signed-off-by: Nikhil M Jain <n-jain1 at ti.com>

Reviewed-by: Devarsh Thakkar <devarsht at ti.com>
> ---
> V5:
> - Remove obj-y+= read.o.
> 
> V4:
> - No change.
> 
> V3 (patch introduced):
> - Rule to compile common/bmp.
> 
>  common/Makefile | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/common/Makefile b/common/Makefile
> index 3a6ca337e0..c87bb2e78b 100644
> --- a/common/Makefile
> +++ b/common/Makefile
> @@ -45,6 +45,7 @@ endif # !CONFIG_SPL_BUILD
>  
>  obj-$(CONFIG_$(SPL_TPL_)BOOTSTAGE) += bootstage.o
>  obj-$(CONFIG_$(SPL_TPL_)BLOBLIST) += bloblist.o
> +obj-$(CONFIG_$(SPL_)BMP) += bmp.o
>  
>  ifdef CONFIG_SPL_BUILD
>  ifdef CONFIG_SPL_DFU


More information about the U-Boot mailing list