1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +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
board.c boards/hifive1: adapt to RIOT uncrustify markers 2019-01-25 17:21:14 +01:00
Makefile
Makefile.dep
Makefile.features
Makefile.include boards/tools: remove exporting FLASHER/FFLAGS 2019-05-28 09:56:00 +02:00