summaryrefslogtreecommitdiff
path: root/mk/toolchain.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/toolchain.mk')
-rw-r--r--mk/toolchain.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/mk/toolchain.mk b/mk/toolchain.mk
index addb531..27e6f88 100644
--- a/mk/toolchain.mk
+++ b/mk/toolchain.mk
@@ -54,8 +54,13 @@ include $(EMBTK_ROOT)/mk/gcc.mk
#linux kernel headers
include $(EMBTK_ROOT)/mk/kernel-headers.mk
+ifeq ($(CONFIG_EMBTK_CLIB_EGLIBC),y)
#EGLIBC
include $(EMBTK_ROOT)/mk/eglibc.mk
+else
+#uClibc
+include $(EMBTK_ROOT)/mk/uclibc.mk
+endif
#targets
buildtoolchain: mkinitialpath kernel-headers_install ccachehost_install \