mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2026-01-01 01:41:18 +01:00
14 lines
265 B
Makefile
14 lines
265 B
Makefile
include ../Makefile.drivers_common
|
|
|
|
INCLUDES += -I$(APPDIR)
|
|
|
|
# include and auto-initialize all available sensors
|
|
USEMODULE += saul_default
|
|
|
|
USEMODULE += max31865
|
|
USEMODULE += ztimer
|
|
USEMODULE += ztimer_msec
|
|
USEMODULE += phydat
|
|
|
|
include $(RIOTBASE)/Makefile.include
|