1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/boards/hifive1
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/hifive1: add and use custom openocd reset command 2019-03-12 11:49:02 +01:00
include boards/hifive1: fix CLOCK_CORECLOCK 2019-01-17 17:21:09 +01:00
board.c boards/hifive1: adapt to RIOT uncrustify markers 2019-01-25 17:21:14 +01:00
Makefile board/hifive1: add RISC-V board HiFive1 2018-05-29 15:21:45 -07:00
Makefile.dep board/hifive1: add RISC-V board HiFive1 2018-05-29 15:21:45 -07:00
Makefile.features Merge pull request #10062 from cladmi/pr/make/cpu/fe310/features 2018-10-23 13:28:17 +02:00
Makefile.include boards/tools: remove exporting FLASHER/FFLAGS 2019-05-28 09:56:00 +02:00