mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-03 07:31:57 +00:00
The `fnmatch()` function is specified by POSIX and should be a part of `lib/posix`. Signed-off-by: Chris Friedt <cfriedt@meta.com>
21 lines
305 B
Plaintext
21 lines
305 B
Plaintext
# Copyright (c) 2016 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
source "lib/libc/Kconfig"
|
|
|
|
source "lib/cpp/Kconfig"
|
|
|
|
menu "Additional libraries"
|
|
|
|
source "lib/hash/Kconfig"
|
|
|
|
source "lib/os/Kconfig"
|
|
|
|
source "lib/posix/Kconfig"
|
|
|
|
source "lib/open-amp/Kconfig"
|
|
|
|
source "lib/smf/Kconfig"
|
|
|
|
endmenu
|