Update benchmark projects.
[bertos.git] / boards / stm32-p103 / benchmark / stm32-p103_kernel_footprint / stm32-p103_kernel_footprint_user.mk
index af8c4d6c574361c66671628c0d9023feb6e5adfa..561e7374bf90b61d44c47a4de9812ccf10099e16 100644 (file)
@@ -4,40 +4,40 @@
 #
 
 # Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help
-kernel_footprint_PROGRAMMER_TYPE = none
-kernel_footprint_PROGRAMMER_PORT = none
+stm32-p103_kernel_footprint_PROGRAMMER_TYPE = none
+stm32-p103_kernel_footprint_PROGRAMMER_PORT = none
 
 # Files included by the user.
-kernel_footprint_USER_CSRC = \
-       $(kernel_footprint_SRC_PATH)/main.c \
+stm32-p103_kernel_footprint_USER_CSRC = \
+       $(stm32-p103_kernel_footprint_SRC_PATH)/main.c \
        #
 
 # Files included by the user.
-kernel_footprint_USER_PCSRC = \
+stm32-p103_kernel_footprint_USER_PCSRC = \
        #
 
 # Files included by the user.
-kernel_footprint_USER_CPPASRC = \
+stm32-p103_kernel_footprint_USER_CPPASRC = \
        #
 
 # Files included by the user.
-kernel_footprint_USER_CXXSRC = \
+stm32-p103_kernel_footprint_USER_CXXSRC = \
        #
 
 # Files included by the user.
-kernel_footprint_USER_ASRC = \
+stm32-p103_kernel_footprint_USER_ASRC = \
        #
 
 # Flags included by the user.
-kernel_footprint_USER_LDFLAGS = \
+stm32-p103_kernel_footprint_USER_LDFLAGS = \
        #
 
 # Flags included by the user.
-kernel_footprint_USER_CPPAFLAGS = \
+stm32-p103_kernel_footprint_USER_CPPAFLAGS = \
        #
 
 # Flags included by the user.
-kernel_footprint_USER_CPPFLAGS = \
+stm32-p103_kernel_footprint_USER_CPPFLAGS = \
        -fno-strict-aliasing \
        -fwrapv \
        #