diff options
| author | Keith Packard <keithp@keithp.com> | 2013-12-08 19:46:30 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-12-08 19:46:30 -0800 |
| commit | 7b0c1fbccb4ef1ae2ed356292cc8762360532b7f (patch) | |
| tree | 6283d5f3ee78c24383f4b6af972c52f1f6d249d9 /altoslib/Makefile.am | |
| parent | b1ffdaf1f5e9b6e8ff0d4e08d8c504f8dfacd3a4 (diff) | |
altoslib: Add symbols to .ihx files
Create a new 0xfe record type to hold the symbols, and append them
after the EOF record so that other tools might continue to work.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/Makefile.am')
| -rw-r--r-- | altoslib/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/altoslib/Makefile.am b/altoslib/Makefile.am index 6d3f3fc4..b95bd071 100644 --- a/altoslib/Makefile.am +++ b/altoslib/Makefile.am @@ -55,6 +55,7 @@ altoslib_JAVA = \ AltosGPSSat.java \ AltosGreatCircle.java \ AltosHexfile.java \ + AltosHexsym.java \ AltosIdle.java \ AltosIdleFetch.java \ AltosIdleMonitor.java \ @@ -68,6 +69,7 @@ altoslib_JAVA = \ AltosMag.java \ AltosMma655x.java \ AltosMs5607.java \ + AltosNoSymbol.java \ AltosParse.java \ AltosPreferences.java \ AltosPreferencesBackend.java \ |
