summaryrefslogtreecommitdiff
path: root/kconfig/toolchain.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/toolchain.kconfig')
-rw-r--r--kconfig/toolchain.kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/kconfig/toolchain.kconfig b/kconfig/toolchain.kconfig
index 6efa032..fca89cf 100644
--- a/kconfig/toolchain.kconfig
+++ b/kconfig/toolchain.kconfig
@@ -43,9 +43,14 @@ choice
see http://www.uclibc.org for more information about uclibc.
endchoice
+
if EMBTK_CLIB_EGLIBC
source "kconfig/eglibc.kconfig"
endif
+if EMBTK_CLIB_UCLIBC
+source "kconfig/uclibc-kconfigs/uclibc.kconfig"
+endif
+
endmenu
menu "GCC compiler"