diff options
author | Bdale Garbee <bdale@gag.com> | 2019-01-27 19:20:02 -0700 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2019-01-27 19:20:02 -0700 |
commit | 38dc7545a98a851af447ad3d69fa5bc85583fed9 (patch) | |
tree | d34f6eb6a307cc0eaffecd7b271cb90e978c306f /src | |
parent | f29b55691c9f160898b49bf15f46a88ae00b115f (diff) |
altos: add telefireeight-v2.0 to src/Makefile and to Releasing
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 757641f7..1efa1b33 100644 --- a/src/Makefile +++ b/src/Makefile @@ -38,7 +38,8 @@ ARMM3DIRS=\ telebt-v4.0 telebt-v4.0/flash-loader \ telelcotwo-v0.1 telelcotwo-v0.1/flash-loader \ telefiretwo-v0.1 telefiretwo-v0.1/flash-loader \ - telefireeight-v1.0 telefireeight-v1.0/flash-loader + telefireeight-v1.0 telefireeight-v1.0/flash-loader \ + telefireeight-v2.0 telefireeight-v2.0/flash-loader ARMM0DIRS=\ easymini-v1.0 easymini-v1.0/flash-loader \ |