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 /aoload/Makefile.am | |
| 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 'aoload/Makefile.am')
| -rw-r--r-- | aoload/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/aoload/Makefile.am b/aoload/Makefile.am new file mode 100644 index 00000000..2e32c0b9 --- /dev/null +++ b/aoload/Makefile.am @@ -0,0 +1,10 @@ +bin_PROGRAMS=aoload + +AM_CFLAGS=-I$(top_srcdir)/lib $(LIBUSB_CFLAGS) +AOLOAD_LIBS=../lib/libcc.a + +aoload_DEPENDENCIES = $(AOLOAD_LIBS) + +aoload_LDADD=$(AOLOAD_LIBS) $(LIBUSB_LIBS) + +aoload_SOURCES = aoload.c |
