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
|
||||||
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
|
||||||
|
|||||||
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…
x
Reference in New Issue
Block a user