mgmt: Move mcumgr into its own folder
In order to be able to add more entries under 'subsys/mgmt', move the current contents of it, which relate exclusively to MCUMgr, to its own folder. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
209084e745
commit
c200b1c5e6
25 changed files with 206 additions and 194 deletions
|
@ -8,7 +8,7 @@ add_subdirectory_ifdef(CONFIG_SHELL shell)
|
|||
add_subdirectory_ifdef(CONFIG_CPLUSPLUS cpp)
|
||||
add_subdirectory_ifdef(CONFIG_DISK_ACCESS disk)
|
||||
add_subdirectory(fs)
|
||||
add_subdirectory_ifdef(CONFIG_MCUMGR mgmt)
|
||||
add_subdirectory(mgmt)
|
||||
add_subdirectory_ifdef(CONFIG_MCUBOOT_IMG_MANAGER dfu)
|
||||
add_subdirectory_ifdef(CONFIG_NET_BUF net)
|
||||
add_subdirectory_ifdef(CONFIG_USB usb)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue