aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32F0xx/SPI/Makefile
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-10 10:08:00 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2013-09-10 10:08:00 +0000
commitc0de7a327dbb6d17318cbb368b75a7219f517c29 (patch)
treed39d9bad5a6ba9e0fd2798f0323bbb60f4ae6887 /testhal/STM32F0xx/SPI/Makefile
parent2b3150149fbe38632ed7d8e8c2606eee18aea421 (diff)
downloadChibiOS-c0de7a327dbb6d17318cbb368b75a7219f517c29.tar.gz
ChibiOS-c0de7a327dbb6d17318cbb368b75a7219f517c29.tar.bz2
ChibiOS-c0de7a327dbb6d17318cbb368b75a7219f517c29.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/kernel_3_dev@6289 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32F0xx/SPI/Makefile')
-rw-r--r--testhal/STM32F0xx/SPI/Makefile12
1 files changed, 0 insertions, 12 deletions
diff --git a/testhal/STM32F0xx/SPI/Makefile b/testhal/STM32F0xx/SPI/Makefile
index f92920214..ce8097acc 100644
--- a/testhal/STM32F0xx/SPI/Makefile
+++ b/testhal/STM32F0xx/SPI/Makefile
@@ -58,11 +58,6 @@ ifeq ($(USE_EXCEPTIONS_STACKSIZE),)
USE_EXCEPTIONS_STACKSIZE = 0x400
endif
-# Enable this if you really want to use the STM FWLib.
-ifeq ($(USE_FWLIB),)
- USE_FWLIB = no
-endif
-
#
# Architecture or project specific options
##############################################################################
@@ -194,12 +189,5 @@ ULIBS =
# End of user defines
##############################################################################
-ifeq ($(USE_FWLIB),yes)
- include $(CHIBIOS)/ext/stm32lib/stm32lib.mk
- CSRC += $(STM32SRC)
- INCDIR += $(STM32INC)
- USE_OPT += -DUSE_STDPERIPH_DRIVER
-endif
-
RULESPATH = $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC
include $(RULESPATH)/rules.mk