summaryrefslogtreecommitdiff
path: root/build/stm32f4.mk
diff options
context:
space:
mode:
authorNicolas Schodet2015-10-07 11:06:21 +0200
committerNicolas Schodet2019-10-07 00:44:50 +0200
commit3c14e95166da27c3a9c6a1d800edf514589372f1 (patch)
tree24a3ea6119ec26088273ea647e9a977937d1833c /build/stm32f4.mk
parent70bdcfef7a72d30951f2be1c8bb30a7ee6ded007 (diff)
build: add source specific variable assignment
Diffstat (limited to 'build/stm32f4.mk')
-rw-r--r--build/stm32f4.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/stm32f4.mk b/build/stm32f4.mk
index cf110c6..8d0aa67 100644
--- a/build/stm32f4.mk
+++ b/build/stm32f4.mk
@@ -6,14 +6,14 @@ include $(UCOO_BASE)/build/stm32.mk
$(eval $(call stm32_libopencm3,stm32f4))
-stm32f4_SUBTARGETS := stm32 arm newlib
+stm32f4_SUBTARGETS = stm32 arm newlib
-stm32f4_CPU := cortex-m4
-stm32f4_STM32_DEFS := -DSTM32F4
+stm32f4_CPU = cortex-m4
+stm32f4_STM32_DEFS = -DSTM32F4
$(eval $(call stm32_flags,stm32f4))
-stm32f4_PREFIX := arm-none-eabi-
+stm32f4_PREFIX = arm-none-eabi-
$(eval $(call arch_cmds,stm32f4))
stm32f4_ELF_SUFFIX = .elf