fix copyright year
[fw/altos] / src / telegps-v0.1 / Makefile
index 96366cfcb0fc2ffbabd437ffa301375499b585ef..77ef9c4a8e9c6a394f7f85be0cde32325260e8a5 100644 (file)
@@ -32,6 +32,9 @@ INC = \
 #STACK_GUARD=ao_mpu_stm.c
 #STACK_GUARD_DEF=-DHAS_STACK_GUARD=1
 
+MATH_SRC=\
+       ef_log.c
+
 ALTOS_SRC = \
        ao_boot_chain.c \
        ao_interrupt.c \
@@ -64,7 +67,8 @@ ALTOS_SRC = \
        ao_log_fat.c \
        ao_gps_report_mega.c \
        ao_telemetry.c \
-       $(SAMPLE_PROFILE)
+       $(SAMPLE_PROFILE) \
+       $(MATH_SRC)
 
 PRODUCT=TeleGPS-v0.1
 PRODUCT_DEF=-DTELEGPS
@@ -92,7 +96,7 @@ ao_product.h: ao-make-product.5c ../Version
 distclean:     clean
 
 clean:
-       rm -f *.o $(PROGNAME)-*.elf
+       rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx
        rm -f ao_product.h
 
 install: