cb8fb2d705
Use tinycbor from the tinycbor repo directly and drop the library from ext/. Add entry to west.yml and update SHA. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
22 lines
330 B
Plaintext
22 lines
330 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/fnmatch/Kconfig"
|
|
|
|
source "ext/lib/ipc/open-amp/Kconfig"
|
|
|
|
source "ext/lib/mgmt/Kconfig"
|
|
|
|
endmenu
|