Update benchmark projects.
[bertos.git] / boards / stm32-p103 / benchmark / stm32-p103_context_switch / stm32-p103_context_switch_user.mk
index 4bc28c58039ea746cb959ff7acf0087f5ee817f5..fe0aad8ffd666e6d953f8b8aaed7874d012c74c4 100644 (file)
@@ -4,40 +4,40 @@
 #
 
 # Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help
-context_switch_PROGRAMMER_TYPE = none
-context_switch_PROGRAMMER_PORT = none
+stm32-p103_context_switch_PROGRAMMER_TYPE = none
+stm32-p103_context_switch_PROGRAMMER_PORT = none
 
 # Files included by the user.
-context_switch_USER_CSRC = \
-       $(context_switch_SRC_PATH)/main.c \
+stm32-p103_context_switch_USER_CSRC = \
+       $(stm32-p103_context_switch_SRC_PATH)/main.c \
        #
 
 # Files included by the user.
-context_switch_USER_PCSRC = \
+stm32-p103_context_switch_USER_PCSRC = \
        #
 
 # Files included by the user.
-context_switch_USER_CPPASRC = \
+stm32-p103_context_switch_USER_CPPASRC = \
        #
 
 # Files included by the user.
-context_switch_USER_CXXSRC = \
+stm32-p103_context_switch_USER_CXXSRC = \
        #
 
 # Files included by the user.
-context_switch_USER_ASRC = \
+stm32-p103_context_switch_USER_ASRC = \
        #
 
 # Flags included by the user.
-context_switch_USER_LDFLAGS = \
+stm32-p103_context_switch_USER_LDFLAGS = \
        #
 
 # Flags included by the user.
-context_switch_USER_CPPAFLAGS = \
+stm32-p103_context_switch_USER_CPPAFLAGS = \
        #
 
 # Flags included by the user.
-context_switch_USER_CPPFLAGS = \
+stm32-p103_context_switch_USER_CPPFLAGS = \
        -O2 \
        -fno-strict-aliasing \
        -fwrapv \