lib: move fnmatch to lib/util

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>
This commit is contained in:
Jakub Rzeszutko 2021-02-15 13:07:02 +01:00 committed by Anas Nashif
commit 72dd5a5c68
8 changed files with 15 additions and 3 deletions

View file

@ -9,8 +9,6 @@ source "lib/cmsis_rtos_v1/Kconfig"
source "lib/cmsis_rtos_v2/Kconfig"
source "lib/fnmatch/Kconfig"
source "lib/gui/Kconfig"
source "lib/os/Kconfig"
@ -19,4 +17,6 @@ source "lib/posix/Kconfig"
source "lib/open-amp/Kconfig"
source "lib/util/Kconfig"
endmenu