diff options
| author | Keith Packard <keithp@keithp.com> | 2015-12-21 21:48:37 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2015-12-23 23:12:18 -0800 |
| commit | c32c39a2290ac76cd4e85702d981babdbaf5f72d (patch) | |
| tree | 2319f0dcb79eee1dc056a52ebabbe9d56c776ddb /src/Makefile | |
| parent | 179f54b60f9e511dc664a35223d9126352ec8f15 (diff) | |
altos: Support pad/lco boxes with fixed box numbers
This allows for a configuration without adjustable box numbers on
either end of the link, simplifying the UI.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index dc74bf8c..6cd0c29f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -38,7 +38,9 @@ ARMM3DIRS=\ telescience-v0.2 telescience-v0.2/flash-loader \ teledongle-v3.0 teledongle-v3.0/flash-loader \ teleballoon-v2.0 \ - telebt-v3.0 telebt-v3.0/flash-loader + telebt-v3.0 telebt-v3.0/flash-loader \ + telelcotwo-v0.1 telelcotwo-v0.1/flash-loader \ + telefiretwo-v0.1 telefiretwo-v0.1/flash-loader \ ARMM0DIRS=\ easymini-v1.0 easymini-v1.0/flash-loader \ |
