From 82fdbfe1229d1ea5e6906ea240d54b3da73d9a69 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 20 Feb 2010 21:35:43 -0800 Subject: [PATCH] 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 --- src/Makefile.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 $< > $@ -- 2.30.2