mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
tests: do not unconditionally set BOARD
Remove unconditionally setting 'BOARD' to an hardwritten value. The definition must be moved before including 'Makefile.tests_common' as it defines 'BOARD ?= native'.
This commit is contained in:
parent
414df99a4c
commit
a9e7e1b1d0
@ -1,6 +1,6 @@
|
||||
include ../Makefile.tests_common
|
||||
BOARD ?= microbit
|
||||
|
||||
BOARD = microbit
|
||||
include ../Makefile.tests_common
|
||||
|
||||
# This test application is for the BBC micro:bit only
|
||||
BOARD_WHITELIST := microbit
|
||||
|
@ -1,7 +1,6 @@
|
||||
BOARD ?= sltb001a
|
||||
include ../Makefile.tests_common
|
||||
|
||||
BOARD = sltb001a
|
||||
|
||||
BOARD_WHITELIST := ikea-tradfri \
|
||||
slstk3401a \
|
||||
slstk3402a \
|
||||
|
Loading…
Reference in New Issue
Block a user