updatehub: Move from lib to subsys:mgmt folder

Zephyr introduced subsys/mgmt folder for MCU management. Move UpdateHub
to this newly and dedicated space.

Signed-off-by: Gerson Fernando Budke <gerson.budke@ossystems.com.br>
This commit is contained in:
Gerson Fernando Budke 2020-07-30 19:58:32 -03:00 committed by Carles Cufí
commit 29544a1ceb
17 changed files with 8 additions and 4 deletions

View file

@ -17,8 +17,6 @@ source "lib/os/Kconfig"
source "lib/posix/Kconfig"
source "lib/updatehub/Kconfig"
source "lib/open-amp/Kconfig"
endmenu