summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2015-12-21 21:48:37 -0800
committerKeith Packard <keithp@keithp.com>2016-04-19 23:21:30 -0400
commite6bad553009704af69b08b4a22fb5eb8ac6921f8 (patch)
tree3c98e3804a913de0dbdb5afca1623afa0f58e766 /src/Makefile
parent93100ae8d4c8bd8fd6bdeff2cdc87b613c5d8058 (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/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 98607031..ecba2fbd 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -39,7 +39,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 \