altos: Switch TeleGPS to GPS logging format
[fw/altos] / src / telegps-v0.3 / Makefile
index d129d29503ad9daad0053fa48196f20b68a9a719..9736407c81f5993114f2fa5477861db04ab1fa82 100644 (file)
@@ -41,12 +41,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 \
+       ao_log_gps.c \
+       ao_distance.c \
+       ao_sqrt.c \
        $(SAMPLE_PROFILE)
 
 PRODUCT=TeleGPS-v0.3
@@ -76,7 +78,7 @@ ao_product.h: ao-make-product.5c ../Version
 distclean:     clean
 
 clean:
-       rm -f *.o ao_serial_lpc.h $(PROGNAME)-*.elf
+       rm -f *.o ao_serial_lpc.h $(PROGNAME)-*.elf $(PROGNAME)-*.ihx
        rm -f ao_product.h
 
 install: