diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-06-13 12:08:53 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-06-13 12:08:53 +0000 |
commit | 6711ff45ea5499e2c30dd7b4216b827f263a1f95 (patch) | |
tree | 5d2d67d49261ea8c4fdb5f151b49de2a755be249 /testhal/STM32/STM32F4xx/RTC/Makefile | |
parent | 7b584490f3ce37e9559d7e1ffe17bcb1a2fc2fae (diff) | |
download | ChibiOS-6711ff45ea5499e2c30dd7b4216b827f263a1f95.tar.gz ChibiOS-6711ff45ea5499e2c30dd7b4216b827f263a1f95.tar.bz2 ChibiOS-6711ff45ea5499e2c30dd7b4216b827f263a1f95.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6987 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/STM32F4xx/RTC/Makefile')
-rw-r--r-- | testhal/STM32/STM32F4xx/RTC/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F4xx/RTC/Makefile b/testhal/STM32/STM32F4xx/RTC/Makefile index 1ad2388a1..e2a46cc1c 100644 --- a/testhal/STM32/STM32F4xx/RTC/Makefile +++ b/testhal/STM32/STM32F4xx/RTC/Makefile @@ -105,7 +105,6 @@ CSRC = $(PORTSRC) \ $(CHIBIOS)/os/various/syscalls.c \
$(CHIBIOS)/os/various/shell.c \
$(CHIBIOS)/os/various/chprintf.c \
- $(CHIBIOS)/os/various/chrtclib.c \
main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
|