1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00
RIOT/sys/senml/Makefile.dep
2023-06-15 10:24:52 +02:00

14 lines
272 B
Makefile

ifneq (,$(filter senml_saul,$(USEMODULE)))
USEMODULE += senml_cbor
USEMODULE += senml_phydat
USEMODULE += saul_reg
endif
ifneq (,$(filter senml_cbor,$(USEMODULE)))
USEPKG += nanocbor
endif
ifneq (,$(filter senml_phydat,$(USEMODULE)))
USEMODULE += phydat
endif