0b999c0943
Move various utilities out of lib into own folder for better assignement and management in the maintainer file. lib/os has become another dumping ground for everything and it the Kconfig and contents in that folder became difficult to manage, configure and test. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
32 lines
475 B
Plaintext
32 lines
475 B
Plaintext
# Copyright (c) 2016 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
source "lib/libc/Kconfig"
|
|
|
|
source "lib/cpp/Kconfig"
|
|
|
|
source "lib/crc/Kconfig"
|
|
|
|
menu "Additional libraries"
|
|
|
|
source "lib/hash/Kconfig"
|
|
|
|
source "lib/heap/Kconfig"
|
|
|
|
source "lib/mem_blocks/Kconfig"
|
|
|
|
source "lib/os/Kconfig"
|
|
|
|
source "lib/posix/Kconfig"
|
|
|
|
source "lib/open-amp/Kconfig"
|
|
|
|
source "lib/smf/Kconfig"
|
|
|
|
source "lib/acpi/Kconfig"
|
|
|
|
source "lib/runtime/Kconfig"
|
|
|
|
source "lib/utils/Kconfig"
|
|
endmenu
|