From 8a9a3f02b951382573ff74dd6ce5a1c0f335fa86 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Wed, 27 May 2009 21:53:15 -0700 Subject: 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 --- aoload/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 aoload/Makefile.am (limited to 'aoload/Makefile.am') 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 -- cgit v1.2.3