summaryrefslogtreecommitdiff
path: root/altosui/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-08-13 18:39:35 -0700
committerKeith Packard <keithp@keithp.com>2011-08-13 18:46:12 -0700
commit03e201e1acc8742399054e4ad36b533120ea1612 (patch)
treea7bba0c9375522111e43d95abc77441dbf9143f5 /altosui/Makefile.am
parent5a3e96bef31959a287b8696778d7d8cf911a7dc4 (diff)
altosui: Add support for TeleScience eeprom download
Using the existing eeprom methods, fetch and save TeleScience eeprom data, storing to a filename generated from the serial/flight from the TM connected to the TS board. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/Makefile.am')
-rw-r--r--altosui/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/altosui/Makefile.am b/altosui/Makefile.am
index 83510352..e4986ba5 100644
--- a/altosui/Makefile.am
+++ b/altosui/Makefile.am
@@ -45,6 +45,7 @@ altosui_JAVA = \
AltosEepromMonitor.java \
AltosEepromIterable.java \
AltosEepromRecord.java \
+ AltosEepromTeleScience.java \
AltosEepromSelect.java \
AltosFile.java \
AltosFlash.java \