mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
12 lines
203 B
Makefile
12 lines
203 B
Makefile
include ../Makefile.drivers_common
|
|
|
|
DRIVER ?= sht11
|
|
BOARD ?= msba2
|
|
|
|
USEMODULE += $(DRIVER)
|
|
USEMODULE += saul_default
|
|
USEMODULE += shell_cmds_default
|
|
USEMODULE += ps
|
|
|
|
include $(RIOTBASE)/Makefile.include
|