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
2018-07-25 12:01:38 +02:00

12 lines
229 B
Makefile

# If no BOARD is found in the environment, use this default:
BOARD ?= samr21-xpro
include ../Makefile.tests_common
FEATURES_REQUIRED = periph_i2c
USEMODULE += isl29125
USEMODULE += xtimer
include $(RIOTBASE)/Makefile.include