Rename project to insert it into nightly test.
[bertos.git] / boards / stm32-p103 / benchmark / context_switch / context_switch_user.mk
diff --git a/boards/stm32-p103/benchmark/context_switch/context_switch_user.mk b/boards/stm32-p103/benchmark/context_switch/context_switch_user.mk
deleted file mode 100644 (file)
index 4bc28c5..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# User makefile.
-# Edit this file to change compiler options and related stuff.
-#
-
-# Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help
-context_switch_PROGRAMMER_TYPE = none
-context_switch_PROGRAMMER_PORT = none
-
-# Files included by the user.
-context_switch_USER_CSRC = \
-       $(context_switch_SRC_PATH)/main.c \
-       #
-
-# Files included by the user.
-context_switch_USER_PCSRC = \
-       #
-
-# Files included by the user.
-context_switch_USER_CPPASRC = \
-       #
-
-# Files included by the user.
-context_switch_USER_CXXSRC = \
-       #
-
-# Files included by the user.
-context_switch_USER_ASRC = \
-       #
-
-# Flags included by the user.
-context_switch_USER_LDFLAGS = \
-       #
-
-# Flags included by the user.
-context_switch_USER_CPPAFLAGS = \
-       #
-
-# Flags included by the user.
-context_switch_USER_CPPFLAGS = \
-       -O2 \
-       -fno-strict-aliasing \
-       -fwrapv \
-       #