From b4b055fde881362ee7641611b6d075886932357f Mon Sep 17 00:00:00 2001 From: Trammell Hudson Date: Wed, 3 Mar 2021 12:14:37 +0000 Subject: [PATCH] Makefile: make coreboot utils depend on musl-cross --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c4d657f4..199de0d7 100644 --- a/Makefile +++ b/Makefile @@ -516,7 +516,7 @@ endif $(COREBOOT_UTIL_DIR)/cbmem/cbmem \ $(COREBOOT_UTIL_DIR)/superiotool/superiotool \ $(COREBOOT_UTIL_DIR)/inteltool/inteltool \ -: $(build)/$(coreboot_base_dir)/.canary +: $(build)/$(coreboot_base_dir)/.canary musl-cross +$(call do,MAKE,$(notdir $@),\ $(MAKE) -C "$(dir $@)" $(CROSS_TOOLS) \ )