Skip to content

Commit b0f9f16

Browse files
allemanmnashif
authored andcommitted
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 <[email protected]>
1 parent bc55924 commit b0f9f16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/posix/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# SPDX-License-Identifier: Apache-2.0
22

33
add_subdirectory(options)
4-
add_subdirectory(shell)
4+
add_subdirectory_ifdef(CONFIG_POSIX_SHELL shell)

0 commit comments

Comments
 (0)