summaryrefslogtreecommitdiff
path: root/examples/ModuleMaker/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ModuleMaker/Makefile.common')
-rw-r--r--examples/ModuleMaker/Makefile.common10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/ModuleMaker/Makefile.common b/examples/ModuleMaker/Makefile.common
new file mode 100644
index 0000000000..9b34d87527
--- /dev/null
+++ b/examples/ModuleMaker/Makefile.common
@@ -0,0 +1,10 @@
+#
+# Set this variable to the top of the LLVM source tree.
+#
+LLVM_SRC_ROOT = $(LEVEL)/../..
+
+#
+# Include LLVM's Master Makefile.
+#
+include $(LLVM_SRC_ROOT)/Makefile.common
+