[BUILD] Allow to override FP_FLAGS in make as specified in libopencm3 README

This commit is contained in:
Frantisek Burian
2014-01-09 07:33:11 +01:00
parent 94ddb178eb
commit ffe9376c55
11 changed files with 22 additions and 11 deletions

View File

@@ -21,7 +21,8 @@
LIBNAME = opencm3_stm32f0
DEFS = -DSTM32F0
ARCH_FLAGS = -mthumb -mcpu=cortex-m0 -msoft-float
FP_FLAGS ?= -msoft-float
ARCH_FLAGS = -mthumb -mcpu=cortex-m0 $(FP_FLAGS)
################################################################################
# OpenOCD specific variables