Makefile: add S60P to MODELS (#1897)

This commit is contained in:
Ivan Zorin
2024-03-28 07:39:35 +03:00
committed by GitHub
parent b5fc1b5891
commit d98654bde2

View File

@@ -52,7 +52,7 @@ DOCKER_CMD=$(DOCKER_BIN) -f $(DOCKER_YML) run --rm builder
MKDOCS_YML=$(CURDIR)/scripts/IronOS-mkdocs.yml MKDOCS_YML=$(CURDIR)/scripts/IronOS-mkdocs.yml
# supported models # supported models
MODELS=TS100 TS80 TS80P Pinecil MHP30 Pinecilv2 S60 TS101 # target names & dir names MODELS=TS100 TS80 TS80P Pinecil MHP30 Pinecilv2 S60 TS101 S60P # target names & dir names
MODELS_ML=Pinecil Pinecilv2 # target names MODELS_ML=Pinecil Pinecilv2 # target names
MODELS_MULTILANG=Pinecil_multi-lang Pinecilv2_multi-lang # dir names MODELS_MULTILANG=Pinecil_multi-lang Pinecilv2_multi-lang # dir names