1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/common/stm32f103c8
Gaëtan Harter ac113ca2f8
boards/tools: remove exporting FLASHER/FFLAGS
FLASHER and FFLAGS are evaluated by the main Makefile.include or by file
included by it. Their value does not need to be exported.

This will also prevent evaluating 'PORT' for FFLAGS when not needed.

Testing
-------

`git diff --word-diff` only reports `export` being removed.

`git show --stat` reports `84 insertions(+), 84 deletions(-)`
Which is the same amount as lines that where matching
`export[[:blank::]]\+VARIABLE`.
2019-05-28 09:56:00 +02:00
..
dist boards/stm32f103c8: Remove lines from openocd.cfg handled my makefile 2018-08-10 16:59:57 +02:00
include cpu/stm32f1: Add remap support for stm32f1 cpus and boards 2018-12-14 09:16:37 +01:00
Makefile boards: Added module boards_common_stm32f103c8 & refactored bluepill 2018-06-04 08:52:23 +02:00
Makefile.dep boards: Added module boards_common_stm32f103c8 & refactored bluepill 2018-06-04 08:52:23 +02:00
Makefile.features boards/stm32based: remove periph_gpio/irq from board level 2018-12-18 21:51:14 +01:00
Makefile.include boards/tools: remove exporting FLASHER/FFLAGS 2019-05-28 09:56:00 +02:00