From 3cb2d48eed7d772a4c40c95a6b8a09de1ec06213 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 20 Aug 2024 21:17:00 +1000 Subject: [PATCH] fixed CI --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index a869138f..96e3558f 100644 --- a/Makefile +++ b/Makefile @@ -142,6 +142,9 @@ $(foreach BUILD,$(MCU_BUILDS),$(foreach PIN,$(BOOTLOADER_PINS),$(eval $(call CRE bootloaders: $(ALL_BUILDS) +# include the targets for installing tools +include $(ROOT)/make/tools_install.mk + # useful target to list all of the board targets so you can see what # make target to use for your board targets: