lib: posix: shell: Fix compiler warning of lib__posix__shell
This PR fixes the following compiler warning: No SOURCES given to Zephyr library: lib__posix__shell Signed-off-by: Matthias Alleman <matthias.alleman@basalte.be>
This commit is contained in:
parent
bc55924004
commit
b0f9f16f14
|
@ -1,4 +1,4 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
add_subdirectory(options)
|
||||
add_subdirectory(shell)
|
||||
add_subdirectory_ifdef(CONFIG_POSIX_SHELL shell)
|
||||
|
|
Loading…
Reference in a new issue