shell: add a directory for backends
This change organizes the file structure for the shell. Files implementing backends are moved to a separate folder. Signed-off-by: Jakub Rzeszutko <jakub.rzeszutko@nordicsemi.no>
This commit is contained in:
parent
59d5ef1e24
commit
f29d46ac4a
9 changed files with 29 additions and 27 deletions
|
@ -15,7 +15,7 @@ if SHELL
|
|||
module = SHELL
|
||||
module-str = Shell
|
||||
source "subsys/logging/Kconfig.template.log_config"
|
||||
source "subsys/shell/Kconfig.backends"
|
||||
source "subsys/shell/backends/Kconfig.backends"
|
||||
|
||||
config SHELL_MINIMAL
|
||||
bool "Default config to reduce flash and memory requirements"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue