1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/driver_dht/Makefile
2017-02-07 09:59:30 +01:00

9 lines
151 B
Makefile

APPLICATION = driver_dht
include ../Makefile.tests_common
USEMODULE += dht
USEMODULE += fmt
USEMODULE += xtimer
include $(RIOTBASE)/Makefile.include