11 lines
277 B
Plaintext
11 lines
277 B
Plaintext
|
# Copyright (c) 2018 Nordic Semiconductor ASA
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config FNMATCH
|
||
|
bool "Support for fnmatch"
|
||
|
default y if POSIX_API
|
||
|
help
|
||
|
Match filenames using the the fnmatch function. For example, the pattern
|
||
|
"*.c" matches the filename "hello.c".
|