New directory for CI.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15591 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
Giovanni Di Sirio 2022-04-22 09:34:54 +00:00
parent 303eca01fd
commit aecddb8a9e
1 changed files with 1 additions and 1 deletions

View File

@ -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))