summaryrefslogtreecommitdiff
path: root/src/stm32f4-disco/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm32f4-disco/Makefile')
-rw-r--r--src/stm32f4-disco/Makefile5
1 files changed, 4 insertions, 1 deletions
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)