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:
parent
8b8c415a3e
commit
39ccd64965
@ -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
11
pkg/ndn-riot/Makefile
Normal 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
|
2
pkg/ndn-riot/Makefile.include
Normal file
2
pkg/ndn-riot/Makefile.include
Normal file
@ -0,0 +1,2 @@
|
||||
INCLUDES += -I$(PKGDIRBASE)
|
||||
USEMODULE += ndn-encoding
|
Loading…
Reference in New Issue
Block a user