diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-09-21 11:51:57 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-09-21 11:51:57 +0000 |
commit | 88b43705d3d5d453331c216a54e390be787ba1f3 (patch) | |
tree | 39303cce0c07e9664e043f836831f0cb33b33c6f /testhal/STM32F4xx/RTC_FATTIME | |
parent | 442fea6ed3ad06974cbc224b4f719ddd08192f91 (diff) | |
download | ChibiOS-88b43705d3d5d453331c216a54e390be787ba1f3.tar.gz ChibiOS-88b43705d3d5d453331c216a54e390be787ba1f3.tar.bz2 ChibiOS-88b43705d3d5d453331c216a54e390be787ba1f3.zip |
RTC_FATTIME. Minor cleanup.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4708 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F4xx/RTC_FATTIME')
-rwxr-xr-x | testhal/STM32F4xx/RTC_FATTIME/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testhal/STM32F4xx/RTC_FATTIME/Makefile b/testhal/STM32F4xx/RTC_FATTIME/Makefile index 3b23c6432..ffd36e3d2 100755 --- a/testhal/STM32F4xx/RTC_FATTIME/Makefile +++ b/testhal/STM32F4xx/RTC_FATTIME/Makefile @@ -118,8 +118,7 @@ ASMSRC = $(PORTASM) INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
$(HALINC) $(PLATFORMINC) $(BOARDINC) \
- $(CHIBIOS)/os/various $(FATFSINC) \
- $(CHIBIOS)/os/various
+ $(CHIBIOS)/os/various $(FATFSINC)
#
# Project, sources and paths
|