summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/lib/Linker/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/lib/Linker/Makefile')
-rw-r--r--contrib/llvm/lib/Linker/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/contrib/llvm/lib/Linker/Makefile b/contrib/llvm/lib/Linker/Makefile
new file mode 100644
index 0000000..19e646b
--- /dev/null
+++ b/contrib/llvm/lib/Linker/Makefile
@@ -0,0 +1,15 @@
+##===- lib/Linker/Makefile ---------------------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+LEVEL = ../..
+LIBRARYNAME = LLVMLinker
+BUILD_ARCHIVE := 1
+
+include $(LEVEL)/Makefile.common
+
OpenPOWER on IntegriCloud