[PATCH 2/5] Makefile: Correct a missing FORCE on the binman rule
Pali Rohár
pali at kernel.org
Mon Oct 10 22:07:50 CEST 2022
On Monday 10 October 2022 14:00:29 Simon Glass wrote:
> This is required for if_changed to work correctly. Add it.
That is truth.
Reviewed-by: Pali Rohár <pali at kernel.org>
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index 45f10759a13..2e8ae768c51 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -1111,7 +1111,7 @@ endef
> PHONY += inputs
> inputs: $(INPUTS-y)
>
> -all: .binman_stamp inputs
> +all: .binman_stamp inputs FORCE
> ifeq ($(CONFIG_BINMAN),y)
> $(call if_changed,binman)
> endif
> --
> 2.38.0.rc2.412.g84df46c1b4-goog
>
More information about the U-Boot
mailing list