summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-02-20 21:35:43 -0800
committerKeith Packard <keithp@keithp.com>2010-02-20 21:35:43 -0800
commit82fdbfe1229d1ea5e6906ea240d54b3da73d9a69 (patch)
treee013bb35ca6a36b5f2eb0f8ba07f8b19174edbc7 /src
parenta5215c2bd9249a285fc834db0c453fb3e7daed87 (diff)
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 <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.proto4
1 files 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 $< > $@