mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #16819 from fjmolinas/pr_edhoc_blacklist_nimble_revert
pkg/edhoc-c: remove nimble blacklist
This commit is contained in:
commit
639811d7c0
@ -11,9 +11,6 @@ endif
|
|||||||
|
|
||||||
ifneq (,$(filter edhoc-c_crypto_tinycrypt,$(USEMODULE)))
|
ifneq (,$(filter edhoc-c_crypto_tinycrypt,$(USEMODULE)))
|
||||||
USEPKG += tinycrypt
|
USEPKG += tinycrypt
|
||||||
# Blacklist platforms using nimble, mynewt-nimble has an in-tree copy
|
|
||||||
# of tinycrypt that conflicts with the remote one
|
|
||||||
FEATURES_BLACKLIST += ble_nimble
|
|
||||||
USEPKG += c25519
|
USEPKG += c25519
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -5,5 +5,7 @@ PKG_LICENSE=BSD-3-Clause
|
|||||||
|
|
||||||
include $(RIOTBASE)/pkg/pkg.mk
|
include $(RIOTBASE)/pkg/pkg.mk
|
||||||
|
|
||||||
|
CFLAGS += -Wno-newline-eof
|
||||||
|
|
||||||
all: Makefile.tinycrypt
|
all: Makefile.tinycrypt
|
||||||
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR)/lib/source/ -f $(CURDIR)/Makefile.tinycrypt -f $(RIOTBASE)/Makefile.base MODULE=$(PKG_NAME)
|
$(QQ)"$(MAKE)" -C $(PKG_SOURCE_DIR)/lib/source/ -f $(CURDIR)/Makefile.tinycrypt -f $(RIOTBASE)/Makefile.base MODULE=$(PKG_NAME)
|
||||||
|
Loading…
Reference in New Issue
Block a user