summaryrefslogtreecommitdiff
path: root/tools/llvm-stub/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-stub/Makefile')
-rw-r--r--tools/llvm-stub/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/llvm-stub/Makefile b/tools/llvm-stub/Makefile
new file mode 100644
index 0000000000..befcb6cc2e
--- /dev/null
+++ b/tools/llvm-stub/Makefile
@@ -0,0 +1,13 @@
+##===- tools/llvm-stub/Makefile ----------------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file was developed by the LLVM research group and is distributed under
+# the University of Illinois Open Source License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+LEVEL = ../..
+TOOLNAME = llvm-stub
+include $(LEVEL)/Makefile.common
+