diff options
-rw-r--r-- | target/config/Config.in.toolchain | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index 0dcb79a29..5c50c7a9b 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -222,6 +222,7 @@ config ADK_STATIC_TOOLCHAIN config ADK_UCLIBC_TEST bool "Build testsuite for C library" depends on ADK_TARGET_LIB_UCLIBC_NG || ADK_TARGET_LIB_UCLIBC - default y + help + Build uClibc/uClibc-ng test suite. endmenu |