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

10 lines
197 B
Makefile
Raw Normal View History

# If no BOARD is found in the environment, use this default:
BOARD ?= samr21-xpro
2015-05-01 15:44:15 +02:00
include ../Makefile.tests_common
USEMODULE += isl29125
USEMODULE += xtimer
2015-05-01 15:44:15 +02:00
include $(RIOTBASE)/Makefile.include