pkg/ndn-riot: define dependencies in package
This commit is contained in:
parent
ed0a8d67c4
commit
2b3a9d0e4b
@ -26,14 +26,6 @@ ifneq (,$(filter ssp,$(USEMODULE)))
|
|||||||
FEATURES_REQUIRED += ssp
|
FEATURES_REQUIRED += ssp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter ndn-riot,$(USEPKG)))
|
|
||||||
USEMODULE += gnrc
|
|
||||||
USEMODULE += xtimer
|
|
||||||
USEMODULE += random
|
|
||||||
USEMODULE += hashes
|
|
||||||
USEPKG += micro-ecc
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq (,$(filter csma_sender,$(USEMODULE)))
|
ifneq (,$(filter csma_sender,$(USEMODULE)))
|
||||||
USEMODULE += random
|
USEMODULE += random
|
||||||
USEMODULE += xtimer
|
USEMODULE += xtimer
|
||||||
|
|||||||
@ -1,4 +1,9 @@
|
|||||||
USEMODULE += ndn-encoding
|
USEMODULE += ndn-encoding
|
||||||
|
USEMODULE += gnrc
|
||||||
|
USEMODULE += xtimer
|
||||||
|
USEMODULE += random
|
||||||
|
USEMODULE += hashes
|
||||||
|
USEPKG += micro-ecc
|
||||||
|
|
||||||
# Blacklist platforms using nimble_netif with gnrc netif, e.g providing
|
# Blacklist platforms using nimble_netif with gnrc netif, e.g providing
|
||||||
# ble_nimble: NimBLE and ndn-riot use different crypto libraries that have
|
# ble_nimble: NimBLE and ndn-riot use different crypto libraries that have
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user