From: Keith Packard Date: Sun, 21 Feb 2010 05:35:43 +0000 (-0800) Subject: Must install .map files for ao-load to work X-Git-Tag: debian/0.6+85+g82fdbfe~1 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=82fdbfe1229d1ea5e6906ea240d54b3da73d9a69 Must install .map files for ao-load to work ao-load uses the .map files to rewrite the serial number and other config parameters into the program flash. Signed-off-by: Keith Packard --- diff --git a/src/Makefile.proto b/src/Makefile.proto index 4f4252ad..6cb6e0de 100644 --- a/src/Makefile.proto +++ b/src/Makefile.proto @@ -207,8 +207,8 @@ quiet ?= $($1) all: ../$(PROG) ../$(PROG): $(REL) Makefile Makefile.defs ../Makefile.proto - $(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(REL) && mv $(PROG) .. - $(call quiet,CHECK_STACK) ../ao.h $(@F:.ihx=.mem) + $(call quiet,CC) $(LDFLAGS) $(CFLAGS) -o $(PROG) $(REL) && mv $(PROG) $(PMAP) .. + $(call quiet,CHECK_STACK) ../ao.h $(PMEM) ../altitude.h: make-altitude nickle $< > $@