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

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