summaryrefslogtreecommitdiffstats
path: root/setup.mk
diff options
context:
space:
mode:
Diffstat (limited to 'setup.mk')
-rw-r--r--setup.mk15
1 files changed, 15 insertions, 0 deletions
diff --git a/setup.mk b/setup.mk
new file mode 100644
index 0000000..7c3c2fd
--- /dev/null
+++ b/setup.mk
@@ -0,0 +1,15 @@
+# uncomment these if running from default project location
+# Path to ChibiOS
+#CHIBIOS = ../ChibiOS_2.6.2
+# Path to convex
+#CONVEX = ../convex/cortex
+
+# uncomment to use the optional code like the smart motor library
+#CONVEX_OPT = yes
+
+# User C code files
+VEXUSERSRC = vexuser.cpp
+
+# Uncomment and add/modify user include files
+#VEXUSERINC = myfile.h
+