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>
This commit is contained in:
Carles Cufi 2020-03-20 19:21:15 +01:00 committed by Anas Nashif
commit d212bc4d60
10 changed files with 4 additions and 6 deletions

View file

@ -9,6 +9,8 @@ source "lib/cmsis_rtos_v1/Kconfig"
source "lib/cmsis_rtos_v2/Kconfig"
source "lib/fnmatch/Kconfig"
source "lib/gui/Kconfig"
source "lib/os/Kconfig"