aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F1xx/I2C
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-02 20:39:26 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-02 20:39:26 +0000
commita8feb8613bd20eea8031ae6c8a62ac67ec750a02 (patch)
treee0db686e77083fef5c6204c1a5fad226510ec410 /testhal/STM32F1xx/I2C
parentdc71ea034dc35f6a394a71831c95a73cd2ae06e7 (diff)
downloadChibiOS-a8feb8613bd20eea8031ae6c8a62ac67ec750a02.tar.gz
ChibiOS-a8feb8613bd20eea8031ae6c8a62ac67ec750a02.tar.bz2
ChibiOS-a8feb8613bd20eea8031ae6c8a62ac67ec750a02.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3461 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F1xx/I2C')
-rw-r--r--testhal/STM32F1xx/I2C/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/testhal/STM32F1xx/I2C/Makefile b/testhal/STM32F1xx/I2C/Makefile
index 8bbb71015..dc2441200 100644
--- a/testhal/STM32F1xx/I2C/Makefile
+++ b/testhal/STM32F1xx/I2C/Makefile
@@ -9,6 +9,11 @@ ifeq ($(USE_OPT),)
#USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16 -Wall -Wextra
endif
+# C specific options here (added to USE_OPT).
+ifeq ($(USE_COPT),)
+ USE_COPT =
+endif
+
# C++ specific options here (added to USE_OPT).
ifeq ($(USE_CPPOPT),)
USE_CPPOPT = -fno-rtti
@@ -122,7 +127,7 @@ INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
# Compiler settings
#
-# -lm добавлен именно здесь, потому что больше некуда
+# -lm пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅ, пїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅ
MCU = cortex-m3
#TRGT = arm-elf-