diff options
author | Bdale Garbee <bdale@gag.com> | 2018-07-04 12:13:38 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2018-07-04 12:13:38 -0600 |
commit | 71a51b4857f5bd49c0cba2578fb54b1d5b2c738b (patch) | |
tree | 04c7b92671f444b3004054f7e1803d9788cfeeb3 /src | |
parent | 81355cd08a22502d47637f2505b6089d226d0889 (diff) |
add telefireeight-v1.0 to products built by default in src/Makefile
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 7d84efeb..0dafb5ec 100644 --- a/src/Makefile +++ b/src/Makefile @@ -46,6 +46,7 @@ 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 ARMM0DIRS=\ easymini-v1.0 easymini-v1.0/flash-loader \ |