summaryrefslogtreecommitdiff
path: root/toolchain/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-04-06 14:46:57 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-04-06 14:46:57 +0200
commite8440b5c2722b2740b7fd444edcd7cbd531ccddb (patch)
tree64f07e9f722439e9d77bf66b4b6c8339149537a9 /toolchain/Makefile
parentb5a90a6f0655899fed42ba37d7825f7709ad4dea (diff)
use lowercase directory name
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r--toolchain/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile
index c70ea9820..d37117272 100644
--- a/toolchain/Makefile
+++ b/toolchain/Makefile
@@ -21,8 +21,8 @@ TARGETS+=glibc
LIBC:=glibc
endif
ifeq ($(ADK_TARGET_LIB_UCLIBC),y)
-TARGETS+=uClibc
-LIBC:=uClibc
+TARGETS+=uclibc
+LIBC:=uclibc
endif
ifeq ($(ADK_TARGET_LIB_MUSL),y)
TARGETS+=musl