Update the presets.
[bertos.git] / boards / triface / benchmark / triface_context_switch / triface_context_switch_user.mk
diff --git a/boards/triface/benchmark/triface_context_switch/triface_context_switch_user.mk b/boards/triface/benchmark/triface_context_switch/triface_context_switch_user.mk
new file mode 100644 (file)
index 0000000..861175f
--- /dev/null
@@ -0,0 +1,44 @@
+#
+# User makefile.
+# Edit this file to change compiler options and related stuff.
+#
+
+# Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help
+triface_context_switch_PROGRAMMER_TYPE = none
+triface_context_switch_PROGRAMMER_PORT = none
+
+# Files included by the user.
+triface_context_switch_USER_CSRC = \
+       $(triface_context_switch_SRC_PATH)/main.c \
+       #
+
+# Files included by the user.
+triface_context_switch_USER_PCSRC = \
+       #
+
+# Files included by the user.
+triface_context_switch_USER_CPPASRC = \
+       #
+
+# Files included by the user.
+triface_context_switch_USER_CXXSRC = \
+       #
+
+# Files included by the user.
+triface_context_switch_USER_ASRC = \
+       #
+
+# Flags included by the user.
+triface_context_switch_USER_LDFLAGS = \
+       #
+
+# Flags included by the user.
+triface_context_switch_USER_CPPAFLAGS = \
+       #
+
+# Flags included by the user.
+triface_context_switch_USER_CPPFLAGS = \
+       -fno-strict-aliasing \
+       -fwrapv \
+       -O2 \
+       #