Update all prj.
[bertos.git] / boards / lpc-p2378 / benchmark / lpc-p2378_kernel_footprint / lpc-p2378_kernel_footprint_user.mk
index ef3558271ac76e42a7e13c996ec231ea1c4feeae..708884dc5c45ea7fb21d07380e84113cbf07517f 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
+lpc-p2378_kernel_footprint_PROGRAMMER_TYPE = none
+lpc-p2378_kernel_footprint_PROGRAMMER_PORT = none
 
 # Files included by the user.
-kernel_footprint_USER_CSRC = \
-       $(kernel_footprint_SRC_PATH)/main.c \
+lpc-p2378_kernel_footprint_USER_CSRC = \
+       $(lpc-p2378_kernel_footprint_SRC_PATH)/main.c \
        #
 
 # Files included by the user.
-kernel_footprint_USER_PCSRC = \
+lpc-p2378_kernel_footprint_USER_PCSRC = \
        #
 
 # Files included by the user.
-kernel_footprint_USER_CPPASRC = \
+lpc-p2378_kernel_footprint_USER_CPPASRC = \
        #
 
 # Files included by the user.
-kernel_footprint_USER_CXXSRC = \
+lpc-p2378_kernel_footprint_USER_CXXSRC = \
        #
 
 # Files included by the user.
-kernel_footprint_USER_ASRC = \
+lpc-p2378_kernel_footprint_USER_ASRC = \
        #
 
 # Flags included by the user.
-kernel_footprint_USER_LDFLAGS = \
+lpc-p2378_kernel_footprint_USER_LDFLAGS = \
        #
 
 # Flags included by the user.
-kernel_footprint_USER_CPPAFLAGS = \
+lpc-p2378_kernel_footprint_USER_CPPAFLAGS = \
        #
 
 # Flags included by the user.
-kernel_footprint_USER_CPPFLAGS = \
+lpc-p2378_kernel_footprint_USER_CPPFLAGS = \
        -Os \
        -fno-strict-aliasing \
        -fwrapv \