summaryrefslogtreecommitdiff
path: root/projects/sample/tools/sample/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/sample/tools/sample/Makefile')
-rw-r--r--projects/sample/tools/sample/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/projects/sample/tools/sample/Makefile b/projects/sample/tools/sample/Makefile
new file mode 100644
index 0000000000..a6106ac4d2
--- /dev/null
+++ b/projects/sample/tools/sample/Makefile
@@ -0,0 +1,20 @@
+#
+# Indicate where we are relative to the top of the source tree.
+#
+LEVEL=../..
+
+#
+# Give the name of the tool.
+#
+TOOLNAME=sample
+
+#
+# List libraries that we'll need
+#
+USEDLIBS=sample
+
+#
+# Include Makefile.common so we know what to do.
+#
+include $(LEVEL)/Makefile.common
+