1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests: set default board=samr21-xpro for tests/driver_

This commit is contained in:
smlng 2017-02-14 13:10:28 +01:00
parent 0e57a0542b
commit 1562ef7d35

View File

@ -1,3 +1,6 @@
ifneq (,$(filter driver_%,$(APPLICATION)))
BOARD ?= samr21-xpro
endif
BOARD ?= native
RIOTBASE ?= $(CURDIR)/../..
QUIET ?= 1