X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Feasymega-v1.0%2FMakefile;h=c3b360b4afb7d4d2fe6af73e3dd34fdec2088fd5;hp=d959006c9a7ad94dbe40ba0c1ca70740ce6d9a85;hb=08a82617c53718055d97df4fa60f3e5051d65383;hpb=ca0bf9fb2d6323d7a454e5ce04b48d11366eee67 diff --git a/src/easymega-v1.0/Makefile b/src/easymega-v1.0/Makefile index d959006c..c3b360b4 100644 --- a/src/easymega-v1.0/Makefile +++ b/src/easymega-v1.0/Makefile @@ -9,6 +9,7 @@ INC = \ ao.h \ ao_arch.h \ ao_arch_funcs.h \ + ao_boot.h \ ao_companion.h \ ao_data.h \ ao_sample.h \ @@ -22,6 +23,7 @@ INC = \ ao_mma655x.h \ ao_profile.h \ ao_task.h \ + ao_whiten.h \ ao_sample_profile.h \ ao_quaternion.h \ math.h \ @@ -74,6 +76,7 @@ ALTOS_SRC = \ ao_timer.c \ ao_mutex.c \ ao_ignite.c \ + ao_freq.c \ ao_dma_stm.c \ ao_spi_stm.c \ ao_data.c \