db92e5c66e
lib/ was starting to get messy and inconsitent. Files being either dumped in the root or in sub-directories without a clear plan. Move all library components into one single folder and call it 'os'. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
22 lines
299 B
Plaintext
22 lines
299 B
Plaintext
#
|
|
# Copyright (c) 2016 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
source "lib/libc/Kconfig"
|
|
|
|
menu "Additional libraries"
|
|
|
|
source "lib/cmsis_rtos_v1/Kconfig"
|
|
|
|
source "lib/cmsis_rtos_v2/Kconfig"
|
|
|
|
source "lib/gui/Kconfig"
|
|
|
|
source "lib/os/Kconfig"
|
|
|
|
source "lib/posix/Kconfig"
|
|
|
|
endmenu
|