1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 03:53:04 +01:00
RIOT/tests/drivers/isl29125/Makefile

10 lines
199 B
Makefile
Raw Normal View History

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