summaryrefslogtreecommitdiff
path: root/toolchain/toolchain.mk
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/toolchain.mk')
-rw-r--r--toolchain/toolchain.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/toolchain/toolchain.mk b/toolchain/toolchain.mk
index ad85809..eb52bda 100644
--- a/toolchain/toolchain.mk
+++ b/toolchain/toolchain.mk
@@ -52,11 +52,11 @@ include toolchain/binutils/binutils.mk
include toolchain/gcc/gcc.mk
# llvm/clang compiler infrastructure
-include mk/llvm/clang.mk
-include mk/llvm/llvm.mk
-include mk/llvm/compiler-rt/compiler-rt.mk
-include mk/libc++/libcxxrt/libcxxrt.mk
-include mk/libc++/libc++/libcxx.mk
+include toolchain/llvm/clang/clang.mk
+include toolchain/llvm/llvm/llvm.mk
+include toolchain/llvm/compiler-rt/compiler-rt.mk
+include toolchain/libcxxrt/libcxxrt.mk
+include toolchain/llvm/libc++/libcxx.mk
# linux kernel headers
include mk/linux.mk