diff options
author | Ivan Zorin <[email protected]> | 2024-03-28 07:39:35 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2024-03-28 15:39:35 +1100 |
commit | d98654bde26b6ab82b7739fd24cad839569f16ee (patch) | |
tree | a639ac88e6a46587376e394c1b6e6bed0486a391 | |
parent | b5fc1b589185b1a933184d2b4692328218f4af74 (diff) | |
download | IronOS-d98654bde26b6ab82b7739fd24cad839569f16ee.tar.gz IronOS-d98654bde26b6ab82b7739fd24cad839569f16ee.zip |
Makefile: add S60P to MODELS (#1897)
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ DOCKER_CMD=$(DOCKER_BIN) -f $(DOCKER_YML) run --rm builder MKDOCS_YML=$(CURDIR)/scripts/IronOS-mkdocs.yml
# 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_MULTILANG=Pinecil_multi-lang Pinecilv2_multi-lang # dir names
|