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:
Matthias Alleman 2024-03-14 15:55:46 +01:00 committed by Anas Nashif
parent bc55924004
commit b0f9f16f14

View file

@ -1,4 +1,4 @@
# SPDX-License-Identifier: Apache-2.0
add_subdirectory(options)
add_subdirectory(shell)
add_subdirectory_ifdef(CONFIG_POSIX_SHELL shell)