summaryrefslogtreecommitdiff
path: root/src/telegps-v0.3/Makefile
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2014-06-15 17:47:41 -0600
committerBdale Garbee <bdale@gag.com>2014-06-15 17:47:41 -0600
commitc5cfc0d6e507d093987741b6ffaf69ebb24caa4b (patch)
treea75b83343939e96592ac07178f2011d82ea6ded8 /src/telegps-v0.3/Makefile
parent1b3d07ede530fa40cb7257fb1725c969ba60e0f0 (diff)
parent9ab3a1de95b705783c31a7e16447f52c10b6b480 (diff)
Merge branch 'branch-1.4' into debian
Diffstat (limited to 'src/telegps-v0.3/Makefile')
-rw-r--r--src/telegps-v0.3/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/telegps-v0.3/Makefile b/src/telegps-v0.3/Makefile
index 5aad32b5..1eaf7c47 100644
--- a/src/telegps-v0.3/Makefile
+++ b/src/telegps-v0.3/Makefile
@@ -11,6 +11,7 @@ INC = \
ao_arch_funcs.h \
ao_pins.h \
ao_product.h \
+ ao_tracker.h \
ao_task.h \
ao_whiten.h \
ao_cc115l.h \
@@ -19,9 +20,6 @@ INC = \
Makefile
-MATH_SRC=\
- ef_log.c
-
ALTOS_SRC = \
ao_interrupt.c \
ao_boot_chain.c \
@@ -44,13 +42,14 @@ ALTOS_SRC = \
ao_cc115l.c \
ao_fec_tx.c \
ao_aprs.c \
+ ao_tracker.c \
ao_telemetry.c \
ao_storage.c \
ao_m25.c \
ao_log.c \
- ao_log_mega.c \
- ao_gps_report_mega.c \
- $(MATH_SRC) \
+ ao_log_gps.c \
+ ao_distance.c \
+ ao_sqrt.c \
$(SAMPLE_PROFILE)
PRODUCT=TeleGPS-v0.3
@@ -61,11 +60,12 @@ CFLAGS = $(PRODUCT_DEF) $(LPC_CFLAGS) $(PROFILE_DEF) -Os -g
PROGNAME=telegps-v0.3
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