4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-01 00:40:25 +08:00

11 lines
238 B
Plaintext
Raw Normal View History

menu "C/C++ and POSIX layer"
2017-01-31 11:54:12 +08:00
config RT_USING_EXTERNAL_LIBC
bool
source "$RTT_DIR/components/libc/compilers/common/Kconfig"
source "$RTT_DIR/components/libc/posix/Kconfig"
source "$RTT_DIR/components/libc/cplusplus/Kconfig"
2017-01-31 11:54:12 +08:00
endmenu