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.
11 lines
292 B
Plaintext
11 lines
292 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
source libs/libnx/nx/Kconfig
|
|
source libs/libnx/nxfonts/Kconfig
|
|
source libs/libnx/nxglib/Kconfig
|
|
source libs/libnx/nxmu/Kconfig
|
|
source libs/libnx/nxtk/Kconfig
|