1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 09:52:45 +01:00
RIOT/tests/drivers/sht1x/Makefile

12 lines
203 B
Makefile
Raw Normal View History

include ../Makefile.drivers_common
DRIVER ?= sht11
BOARD ?= msba2
USEMODULE += $(DRIVER)
USEMODULE += saul_default
USEMODULE += shell_cmds_default
USEMODULE += ps
include $(RIOTBASE)/Makefile.include