summaryrefslogtreecommitdiff
path: root/altoslib/Makefile.am
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-12-08 20:09:10 -0800
committerKeith Packard <keithp@keithp.com>2013-12-08 20:09:10 -0800
commit2cdb90d9214f8e66b3574cbd9c5ed073a7861681 (patch)
treefc69ffd533872a2f728f605fec1082386a4f8c69 /altoslib/Makefile.am
parent70d0841b4017e7580c893c7033c04fb2964adab6 (diff)
altoslib: Add self-flashing code
This adds the ability to use the AltOS flash-loader on both STM and NXP processors. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/Makefile.am')
-rw-r--r--altoslib/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am
index 919d098f..2c26220b 100644
--- a/altoslib/Makefile.am
+++ b/altoslib/Makefile.am
@@ -76,6 +76,7 @@ altoslib_JAVA = \
AltosProgrammer.java \
AltosReplayReader.java \
AltosRomconfig.java \
+ AltosSelfFlash.java \
AltosSensorMM.java \
AltosSensorEMini.java \
AltosSensorTM.java \