X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftelemini-v2.0%2FMakefile;h=40878778268af832cefd0aaa6030db6a286b6c9b;hb=528e2e41112cad8a81bccbb89c3bd202b818a506;hp=afd529f04c7932ab3d8938271bf896190007531a;hpb=d0b4e926ecececa7499a301b6135189be119512e;p=fw%2Faltos diff --git a/src/telemini-v2.0/Makefile b/src/telemini-v2.0/Makefile index afd529f0..40878778 100644 --- a/src/telemini-v2.0/Makefile +++ b/src/telemini-v2.0/Makefile @@ -19,7 +19,13 @@ INC = \ ao_arch.h \ ao_arch_funcs.h \ cc1111.h \ - ao_product.h + ao_ms5607.h \ + ao_ms5607_convert_8051.c \ + ao_product.h \ + ao_int64.h \ + ao_sample.h \ + ao_exti.h \ + ao_task.h CORE_SRC = \ ao_cmd.c \ @@ -37,7 +43,8 @@ CORE_SRC = \ ao_storage.c \ ao_task.c \ ao_telemetry.c \ - ao_freq.c + ao_freq.c \ + ao_int64.c CC1111_SRC = \ ao_adc.c \ @@ -52,9 +59,9 @@ CC1111_SRC = \ ao_spi.c \ ao_usb.c \ ao_convert_pa.c \ - ao_data.c \ ao_beep.c \ ao_timer.c \ + ao_exti.c \ _bp.c DRIVER_SRC = \