U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Makefile: add -W for BINMAN_ALLOW_MISSING
@ 2022-12-16  9:27 Nikita Shubin
  2022-12-17 21:38 ` Simon Glass
  0 siblings, 1 reply; 7+ messages in thread
From: Nikita Shubin @ 2022-12-16  9:27 UTC (permalink / raw)
  Cc: linux, Nikita Shubin, Simon Glass, Pali Rohár,
	Heinrich Schuchardt, Marek Behún, Quentin Schulz, u-boot

From: Nikita Shubin <n.shubin@yadro.com>

Otherwise make will produce an error even with --allow-missing and
--fake-ext-blobs set.

Fixes: b38da15a054 ("binman: Use an exit code when blobs are missing")
Signed-off-by: Nikita Shubin <n.shubin@yadro.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index de5746399a6..3fec08e7081 100644
--- a/Makefile
+++ b/Makefile
@@ -1334,7 +1334,7 @@ cmd_binman = $(srctree)/tools/binman/binman $(if $(BINMAN_DEBUG),-D) \
                 --toolpath $(objtree)/tools \
 		$(if $(BINMAN_VERBOSE),-v$(BINMAN_VERBOSE)) \
 		build -u -d u-boot.dtb -O . -m \
-		$(if $(BINMAN_ALLOW_MISSING),--allow-missing --fake-ext-blobs) \
+		$(if $(BINMAN_ALLOW_MISSING),--allow-missing --fake-ext-blobs -W) \
 		-I . -I $(srctree) -I $(srctree)/board/$(BOARDDIR) \
 		-I arch/$(ARCH)/dts -a of-list=$(CONFIG_OF_LIST) \
 		$(foreach f,$(BINMAN_INDIRS),-I $(f)) \
-- 
2.37.4


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-12-23  7:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-16  9:27 [PATCH] Makefile: add -W for BINMAN_ALLOW_MISSING Nikita Shubin
2022-12-17 21:38 ` Simon Glass
2022-12-19  8:21   ` Nikita Shubin
2022-12-19 13:36     ` Tom Rini
2022-12-22  7:01       ` Nikita Shubin
2022-12-22 14:14         ` Tom Rini
2022-12-23  7:08           ` Nikita Shubin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox