X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fmegametrum-v0.1%2FMakefile;h=e789a0e86ed57195d7d38c38edbb7a391c980283;hb=e8ab00cc45e48230e3b2018ce959114d3fedd228;hp=5c641e9a1489e804f58dd65ea2f421506b938242;hpb=629f43e7c7abbff33e14b168a08a4b6a9c88b937;p=fw%2Faltos diff --git a/src/megametrum-v0.1/Makefile b/src/megametrum-v0.1/Makefile index 5c641e9a..e789a0e8 100644 --- a/src/megametrum-v0.1/Makefile +++ b/src/megametrum-v0.1/Makefile @@ -19,6 +19,7 @@ INC = \ ao_hmc5883.h \ ao_mpu6000.h \ ao_cc1120_CC1120.h \ + ao_profile.h \ ao_whiten.h \ stm32l.h @@ -26,8 +27,9 @@ INC = \ # Common AltOS sources # -# ao_packet.c \ -# ao_packet_slave.c \ +#PROFILE=ao_profile.c + +# ao_hmc5883.c ALTOS_SRC = \ ao_interrupt.c \ @@ -43,11 +45,14 @@ ALTOS_SRC = \ ao_mutex.c \ ao_serial_stm.c \ ao_gps_skytraq.c \ + ao_gps_report_mega.c \ + ao_ignite.c \ ao_freq.c \ ao_dma_stm.c \ ao_spi_stm.c \ ao_cc1120.c \ ao_fec_tx.c \ + ao_fec_rx.c \ ao_ms5607.c \ ao_adc_stm.c \ ao_beep_stm.c \ @@ -57,7 +62,6 @@ ALTOS_SRC = \ ao_exti_stm.c \ ao_report.c \ ao_i2c_stm.c \ - ao_hmc5883.c \ ao_mpu6000.c \ ao_convert_pa.c \ ao_log.c \ @@ -65,8 +69,11 @@ ALTOS_SRC = \ ao_sample_mm.c \ ao_kalman.c \ ao_flight_mm.c \ - ao_telemetry.c - + ao_telemetry.c \ + ao_packet_slave.c \ + ao_packet.c \ + ao_companion.c \ + $(PROFILE) PRODUCT=MegaMetrum-v0.1 PRODUCT_DEF=-DMEGAMETRUM