Skip to content
Snippets Groups Projects
Commit 39ccd649 authored by Cenk Gündoğan's avatar Cenk Gündoğan Committed by astralien3000
Browse files

pkg: ndn-riot: initial import of ndn-riot pkg

parent 8b8c415a
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,14 @@ ifneq (,$(filter cbor_ctime,$(USEMODULE))) ...@@ -14,6 +14,14 @@ ifneq (,$(filter cbor_ctime,$(USEMODULE)))
endif endif
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
......
PKG_NAME=ndn-riot
PKG_URL=https://github.com/named-data-iot/ndn-riot
PKG_VERSION=34c5eb8adf198049f0a56048825b505c561a8874
PKG_LICENSE=LGPLv2.1
.PHONY: all
all: git-download
"$(MAKE)" -C $(PKG_BUILDDIR)
include $(RIOTBASE)/pkg/pkg.mk
INCLUDES += -I$(PKGDIRBASE)
USEMODULE += ndn-encoding
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment