[U-Boot] [PATCH 1/2] kbuild: make arch-dtbs target PHONY

Masahiro Yamada yamada.masahiro at socionext.com
Wed Feb 27 05:09:49 UTC 2019


On Wed, Feb 27, 2019 at 4:21 AM Stephen Warren <swarren at wwwdotorg.org> wrote:
>
> From: Stephen Warren <swarren at nvidia.com>
>
> Without this, the arch-dtbs target only gets evaluated when building
> U-Boot the first time, not when re-building (incrementally building)
> U-Boot. Thus incremental builds ignore changes to DTB files.
>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>


Reviewed-by: Masahiro Yamada <yamada.masahiro at socionext.com>



> ---
>  dts/Makefile | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/dts/Makefile b/dts/Makefile
> index a7a604303cc6..4970223b3d2e 100644
> --- a/dts/Makefile
> +++ b/dts/Makefile
> @@ -40,6 +40,7 @@ endif
>         echo >&2;                                                       \
>         /bin/false)
>
> +PHONY += arch-dtbs
>  arch-dtbs:
>         $(Q)$(MAKE) $(build)=$(ARCH_PATH) dtbs
>
> --
> 2.20.1
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> https://lists.denx.de/listinfo/u-boot



-- 
Best Regards
Masahiro Yamada


More information about the U-Boot mailing list