cf99fb40c9
Squashed commit of the following: libs/libxx: Fix some confusing in naming. If the directory is called libxx, then the library must be libxx.a (unless perhaps LIBCXX is selected). libs/: Fix paths in moved library directories. libs: Brute force move of libc, libnx, and libxx to libs. Cannot yet build it in that configuration.
27 lines
764 B
Plaintext
27 lines
764 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
comment "Standard C Library Options"
|
|
|
|
source libs/libc/stdio/Kconfig
|
|
source libs/libc/math/Kconfig
|
|
source libs/libc/machine/Kconfig
|
|
source libs/libc/stdlib/Kconfig
|
|
source libs/libc/unistd/Kconfig
|
|
source libs/libc/string/Kconfig
|
|
source libs/libc/dllfcn/Kconfig
|
|
source libs/libc/modlib/Kconfig
|
|
source libs/libc/wchar/Kconfig
|
|
source libs/libc/locale/Kconfig
|
|
source libs/libc/lzf/Kconfig
|
|
source libs/libc/time/Kconfig
|
|
source libs/libc/tls/Kconfig
|
|
source libs/libc/net/Kconfig
|
|
source libs/libc/netdb/Kconfig
|
|
source libs/libc/misc/Kconfig
|
|
source libs/libc/wqueue/Kconfig
|
|
source libs/libc/hex2bin/Kconfig
|
|
source libs/libc/userfs/Kconfig
|