From b83cad19b2bb6d0948972073330d4401c6f32941 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Tue, 8 Feb 2022 18:33:32 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15450 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- tools/workflows/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/workflows/Makefile b/tools/workflows/Makefile index a5c1709d4..283110ced 100644 --- a/tools/workflows/Makefile +++ b/tools/workflows/Makefile @@ -27,7 +27,7 @@ single_makefiles := $(filter-out %.make,$(makefiles)) multi_makefiles := $(filter %.make,$(makefiles)) # External dependencies -external := $(addprefix $(ROOT)/ext/,fatfs lwip pico-sdk wolfssl) +external := $(addprefix $(ROOT)/ext/,fatfs lwip pico-sdk wolfssl littlefs) # Documents docs := $(shell find $(ROOT)/doc -type f -name Doxyfile_html)