zephyr/lib/fnmatch/Kconfig
Carles Cufi d212bc4d60 ext: lib: Move fnmatch to lib/
Since we already have similarly licensed 3-clause BSD files in the tree,
and in particular in our minimal libc, move the fnmatch functionality
from ext/ to lib/.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2020-03-20 22:56:19 -04:00

8 lines
169 B
Plaintext

# Copyright (c) 2018 Nordic Semiconductor
# SPDX-License-Identifier: Apache-2.0
config FNMATCH
bool "Fnmatch Support"
help
This option enables the fnmatch library