summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-05-28 20:01:59 -0700
committerKeith Packard <keithp@keithp.com>2014-05-30 17:33:08 -0700
commita8976f0ff805a1b84df9166b01e0074a2754c91c (patch)
treed62d8ad98b9723a152aede852027484020e891ab
parentf0ad3af6e05076f4555b338576c984a9baaf18e4 (diff)
altos/telegps: Create .ihx file for java flash loadertelegps-hacks
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--src/telegps-v1.0/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/telegps-v1.0/Makefile b/src/telegps-v1.0/Makefile
index 507ff650..ba8eb579 100644
--- a/src/telegps-v1.0/Makefile
+++ b/src/telegps-v1.0/Makefile
@@ -63,11 +63,12 @@ CFLAGS = $(PRODUCT_DEF) $(LPC_CFLAGS) $(PROFILE_DEF) -Os -g
PROGNAME=telegps-v1.0
PROG=$(PROGNAME)-$(VERSION).elf
+HEX=$(PROGNAME)-$(VERSION).ihx
SRC=$(ALTOS_SRC) ao_telegps.c
OBJ=$(SRC:.c=.o)
-all: $(PROG)
+all: $(PROG) $(HEX)
LDFLAGS=-L../lpc -Wl,-Taltos.ld