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:
parent
084853f276
commit
d212bc4d60
10 changed files with 4 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue