X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Ftelemetrum-v3.0%2FMakefile;h=320b9fbeaaeafbcc020cbf031c4cb842d4f7157b;hb=23fec388ebdf4230663324e1f0ebfbd79059e841;hp=fb379aa7339b9c37df008bef03bbf12b41dfbbd9;hpb=7a89aa1ea7e1b02b5cd310986adf4239ec0ce91d;p=fw%2Faltos diff --git a/src/telemetrum-v3.0/Makefile b/src/telemetrum-v3.0/Makefile index fb379aa7..320b9fbe 100644 --- a/src/telemetrum-v3.0/Makefile +++ b/src/telemetrum-v3.0/Makefile @@ -18,7 +18,7 @@ INC = \ ao_kalman.h \ ao_product.h \ ao_ms5607.h \ - ao_mma655x.h \ + ao_adxl375.h \ ao_cc1200_CC1200.h \ ao_profile.h \ ao_task.h \ @@ -64,7 +64,7 @@ ALTOS_SRC = \ ao_fec_rx.c \ ao_data.c \ ao_ms5607.c \ - ao_mma655x.c \ + ao_adxl375.c \ ao_adc_stm.c \ ao_beep_stm.c \ ao_storage.c \ @@ -112,7 +112,7 @@ $(OBJ): $(INC) distclean: clean clean: - rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx + rm -f *.o $(PROGNAME)-*.elf $(PROGNAME)-*.ihx $(PROGNAME)-*.map rm -f ao_product.h install: