For a full description of changes see the commit message URL: https://github.com/zephyrproject-rtos/tinycbor/tree/zephyr Signed-off-by: Vipul Rahane <vipulrahane@apache.org>
20 lines
289 B
Plaintext
20 lines
289 B
Plaintext
# Kconfig - external source code configuration options
|
|
|
|
#
|
|
# Copyright (c) 2016 Linaro Ltd.
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
menu "External Sources"
|
|
|
|
source "ext/hal/Kconfig"
|
|
|
|
source "ext/lib/crypto/Kconfig"
|
|
|
|
source "ext/lib/encoding/Kconfig"
|
|
|
|
source "ext/debug/Kconfig"
|
|
|
|
endmenu
|