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:
Jakub Rzeszutko 2021-10-01 10:53:29 +02:00 committed by Christopher Friedt
commit f29d46ac4a
9 changed files with 29 additions and 27 deletions

View file

@ -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"