mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 12:46:26 +00:00
Makefile: make coreboot utils depend on musl-cross
This commit is contained in:
parent
01890ae99b
commit
b4b055fde8
2
Makefile
2
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) \
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user