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:
parent
b64fb7c92d
commit
72dd5a5c68
8 changed files with 15 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue