We expect to have more libraries with incopatible license. There must be a common place for such software. It seems that lib/util is good place for that. Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
7 lines
169 B
Text
7 lines
169 B
Text
# Copyright (c) 2018 Nordic Semiconductor
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config FNMATCH
|
|
bool "Fnmatch Support"
|
|
help
|
|
This option enables the fnmatch library
|