diff options
author | Keith Packard <keithp@keithp.com> | 2009-05-27 21:53:15 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-05-27 21:53:15 -0700 |
commit | 8a9a3f02b951382573ff74dd6ce5a1c0f335fa86 (patch) | |
tree | ba5a54a3e61a026a7a585091562225e7153436b6 /configure.ac | |
parent | 837c620f07b63efc171be3ac14c78bc99adf7592 (diff) |
Add aoload to load serial-numbered altos binaries.
aoload is a custom version of ccload which edits the data before sending it
to the target machine, writing the target serial number into the data.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1d4720a6..6c8963c4 100644 --- a/configure.ac +++ b/configure.ac @@ -99,4 +99,5 @@ ccload/Makefile s51/Makefile ccmanual/Makefile ccdump/Makefile +aoload/Makefile ]) |