From aecddb8a9ead824b6df2b57b7271bc13e713499b Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 22 Apr 2022 09:34:54 +0000 Subject: [PATCH] New directory for CI. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15591 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 283110ced..0ff73bdb4 100644 --- a/tools/workflows/Makefile +++ b/tools/workflows/Makefile @@ -19,7 +19,7 @@ TARGETS := all clean USE_VENV := false # Makefile based projects -makefile_dirs := $(addprefix $(ROOT)/,demos test testex testhal testrt) +makefile_dirs := $(addprefix $(ROOT)/,demos test testex testhal testrt os/sb/apps) makefiles := $(shell $(WORKFLOWS)/find.py --makefile --make --no-overlaps \ $(makefile_dirs))