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

tests/Makefile.tests_common: fix indent

This commit is contained in:
Alexandre Abadie 2019-11-01 14:08:04 +01:00
parent 49f1f4a9e0
commit 33982a965d
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -1,6 +1,6 @@
APPLICATION ?= tests_$(notdir $(patsubst %/,%,$(CURDIR)))
ifneq (,$(filter tests_driver_%,$(APPLICATION)))
BOARD ?= samr21-xpro
BOARD ?= samr21-xpro
endif
BOARD ?= native
RIOTBASE ?= $(CURDIR)/../..