X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Ftelegps-v0.1%2FMakefile;h=46eb0ac5edc6278e7175d527a40d364eb3916d5f;hp=96366cfcb0fc2ffbabd437ffa301375499b585ef;hb=b278a73cb54ba2f107bf91089f87c11528f017ab;hpb=52b19511222980138faddb2047707baceff0a596 diff --git a/src/telegps-v0.1/Makefile b/src/telegps-v0.1/Makefile index 96366cfc..46eb0ac5 100644 --- a/src/telegps-v0.1/Makefile +++ b/src/telegps-v0.1/Makefile @@ -9,6 +9,7 @@ INC = \ ao.h \ ao_arch.h \ ao_arch_funcs.h \ + ao_boot.h \ ao_pins.h \ ao_product.h \ ao_task.h \ @@ -32,6 +33,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 +68,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 +97,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: