mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
14 lines
272 B
Makefile
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
|