aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/multi/QSPI-MFS/Makefile-stm32l476_discovery
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-12-02 16:51:10 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-12-02 16:51:10 +0000
commit1c449f80c3fd2a688a8a92066caa622e51c38b64 (patch)
tree8c4107138aa8a043c841de36c68f048f904290ac /testhal/STM32/multi/QSPI-MFS/Makefile-stm32l476_discovery
parenta1190ac2b070abb5fc8372f223654e8b5897606b (diff)
downloadChibiOS-1c449f80c3fd2a688a8a92066caa622e51c38b64.tar.gz
ChibiOS-1c449f80c3fd2a688a8a92066caa622e51c38b64.tar.bz2
ChibiOS-1c449f80c3fd2a688a8a92066caa622e51c38b64.zip
Updated some makefiles, still lots to be updated.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11107 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/multi/QSPI-MFS/Makefile-stm32l476_discovery')
-rw-r--r--testhal/STM32/multi/QSPI-MFS/Makefile-stm32l476_discovery5
1 files changed, 5 insertions, 0 deletions
diff --git a/testhal/STM32/multi/QSPI-MFS/Makefile-stm32l476_discovery b/testhal/STM32/multi/QSPI-MFS/Makefile-stm32l476_discovery
index 7512eb088..442b0ef9b 100644
--- a/testhal/STM32/multi/QSPI-MFS/Makefile-stm32l476_discovery
+++ b/testhal/STM32/multi/QSPI-MFS/Makefile-stm32l476_discovery
@@ -74,6 +74,11 @@ ifeq ($(USE_FPU),)
USE_FPU = no
endif
+# FPU-related options.
+ifeq ($(USE_FPU_OPT),)
+ USE_FPU_OPT = -mfloat-abi=$(USE_FPU) -mfpu=fpv5-sp-d16 -fsingle-precision-constant
+endif
+
#
# Architecture or project specific options
##############################################################################