855b8bc6ca
Previously, the POSIX shell utilities were intermixed with the POSIX API implementation. The POSIX shell utilities only depend on the public POSIX API, so it makes sense to keep them in a separate subdirectory. Signed-off-by: Christopher Friedt <cfriedt@meta.com>
11 lines
174 B
Plaintext
11 lines
174 B
Plaintext
# Copyright (c) 2024 Meta
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
menu "POSIX API Support"
|
|
|
|
rsource "options/Kconfig"
|
|
rsource "shell/Kconfig"
|
|
|
|
endmenu # "POSIX API Support"
|