1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00

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

This commit is contained in:
Cenk Gündoğan 2016-10-06 15:53:38 +02:00 committed by astralien3000
parent 8b8c415a3e
commit 39ccd64965
3 changed files with 21 additions and 0 deletions

View File

@ -14,6 +14,14 @@ ifneq (,$(filter cbor_ctime,$(USEMODULE)))
endif
endif
ifneq (,$(filter ndn-riot,$(USEPKG)))
USEMODULE += gnrc
USEMODULE += xtimer
USEMODULE += random
USEMODULE += hashes
USEPKG += micro-ecc
endif
ifneq (,$(filter csma_sender,$(USEMODULE)))
USEMODULE += random
USEMODULE += xtimer

11
pkg/ndn-riot/Makefile Normal file
View File

@ -0,0 +1,11 @@
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

View File

@ -0,0 +1,2 @@
INCLUDES += -I$(PKGDIRBASE)
USEMODULE += ndn-encoding