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

9 lines
129 B
Makefile
Raw Normal View History

include ../Makefile.tests_common
DRIVER ?= shtc1
USEMODULE += fmt
USEMODULE += $(DRIVER)
include $(RIOTBASE)/Makefile.include