aboutsummaryrefslogtreecommitdiff
path: root/tools/llvmc2/plugins/Base/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvmc2/plugins/Base/Makefile')
-rw-r--r--tools/llvmc2/plugins/Base/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/llvmc2/plugins/Base/Makefile b/tools/llvmc2/plugins/Base/Makefile
new file mode 100644
index 0000000000..e72f4fe38e
--- /dev/null
+++ b/tools/llvmc2/plugins/Base/Makefile
@@ -0,0 +1,12 @@
+##===- tools/llvmc2/plugins/Base/Makefile ------------------*- Makefile -*-===##
+#
+# The LLVM Compiler Infrastructure
+#
+# This file is distributed under the University of Illinois Open Source
+# License. See LICENSE.TXT for details.
+#
+##===----------------------------------------------------------------------===##
+
+LLVMC_PLUGIN = Base
+
+include ../Makefile.common