summaryrefslogtreecommitdiff
path: root/examples/ModuleMaker/tools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ModuleMaker/tools/Makefile')
-rw-r--r--examples/ModuleMaker/tools/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/ModuleMaker/tools/Makefile b/examples/ModuleMaker/tools/Makefile
new file mode 100644
index 0000000000..47997df90b
--- /dev/null
+++ b/examples/ModuleMaker/tools/Makefile
@@ -0,0 +1,11 @@
+#
+# Relative path to the top of the source tree.
+#
+LEVEL=..
+
+#
+# List all of the subdirectories that we will compile.
+#
+DIRS=ModuleMaker
+
+include $(LEVEL)/Makefile.common