X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fstm32f4-disco%2FMakefile;h=c970b879ccc96a7b69e62798cd67b505589d8c88;hp=2d912b226fe1d47bcd151990723008b7b82991db;hb=2cdb1f30c49ba460b0850d23ba9c85e0336af290;hpb=cdaa0d7b272505c49017f409b7c0b8e3240608f0 diff --git a/src/stm32f4-disco/Makefile b/src/stm32f4-disco/Makefile index 2d912b22..c970b879 100644 --- a/src/stm32f4-disco/Makefile +++ b/src/stm32f4-disco/Makefile @@ -3,7 +3,10 @@ include ../stm32f4/Makefile-raw.defs ALTOS_SRC = \ ao_interrupt.c \ ao_panic.c \ - ao_timer.c + ao_timer.c \ + ao_led.c \ + ao_task.c \ + ao_stdio.c CFLAGS = $(STM32F4_CFLAGS)