Merge pull request #16874 from leandrolanzieri/pkg/tinydtls/fix_kconfig_detection
pkg/tinydtls: fix detection of Kconfig usage
This commit is contained in:
commit
fb05da46e3
@ -28,7 +28,7 @@ ifeq (,$(filter posix_sockets,$(USEMODULE)))
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# Default cipher suite when not using Kconfig
|
# Default cipher suite when not using Kconfig
|
||||||
ifeq (,$(CONFIG_KCONFIG_PKG_TINYDTLS))
|
ifeq (,$(CONFIG_KCONFIG_USEPKG_TINYDTLS))
|
||||||
# NOTE: PSK should be enabled by default BUT if the user define any other cipher
|
# NOTE: PSK should be enabled by default BUT if the user define any other cipher
|
||||||
# suite(s) it should not be enabled.
|
# suite(s) it should not be enabled.
|
||||||
# TODO: Create the flag DTLS_CIPHERS with keywords PSK, ECC (and future)
|
# TODO: Create the flag DTLS_CIPHERS with keywords PSK, ECC (and future)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user