[PATCH v7 17/17] Makefile: Fix typo related to object.mk

Andrew Jones ajones at ventanamicro.com
Thu Aug 4 08:16:13 PDT 2022


On Thu, Aug 04, 2022 at 08:01:06PM +0530, Anup Patel wrote:
> The "object.mk" name referred in top-level makefile should be
> "objects.mk".
> 
> Signed-off-by: Anup Patel <apatel at ventanamicro.com>
> Tested-by: Andrew Jones <ajones at ventanamicro.com>
> ---
>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Makefile b/Makefile
> index a5d6854..5adce4e 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -231,7 +231,7 @@ include $(KCONFIG_CONFIG)
>  include $(KCONFIG_AUTOCMD)
>  endif
>  
> -# Include all object.mk files
> +# Include all objects.mk files
>  ifdef PLATFORM
>  include $(platform-object-mks)
>  endif
> -- 
> 2.34.1
>

Reviewed-by: Andrew Jones <ajones at ventanamicro.com>



More information about the opensbi mailing list