aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F4xx/RTC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32F4xx/RTC/Makefile')
-rw-r--r--testhal/STM32F4xx/RTC/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/testhal/STM32F4xx/RTC/Makefile b/testhal/STM32F4xx/RTC/Makefile
index fedca622d..3b57b683a 100644
--- a/testhal/STM32F4xx/RTC/Makefile
+++ b/testhal/STM32F4xx/RTC/Makefile
@@ -88,7 +88,8 @@ CSRC = $(PORTSRC) \
$(CHIBIOS)/os/various/syscalls.c \
$(CHIBIOS)/os/various/shell.c \
$(CHIBIOS)/os/various/chprintf.c \
- main.c
+ $(CHIBIOS)/os/various/chrtclib.c \
+ main.c \
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.