summaryrefslogtreecommitdiff
path: root/tools/llvm-ar/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-ar/Makefile')
-rw-r--r--tools/llvm-ar/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/llvm-ar/Makefile b/tools/llvm-ar/Makefile
new file mode 100644
index 0000000000..73aabbb21a
--- /dev/null
+++ b/tools/llvm-ar/Makefile
@@ -0,0 +1,6 @@
+LEVEL = ../..
+
+TOOLNAME = llvm-ar
+USEDLIBS = bcreader vmcore support.a
+
+include $(LEVEL)/Makefile.common