X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Flpc-p2378%2Fbenchmark%2Flpc-p2378_kernel_footprint%2Flpc-p2378_kernel_footprint_user.mk;h=708884dc5c45ea7fb21d07380e84113cbf07517f;hb=7dff07b2a890ada8bdce1f4a89f143b621660835;hp=ef3558271ac76e42a7e13c996ec231ea1c4feeae;hpb=34c0259ddaee83970203101f37033a56e84ced92;p=bertos.git diff --git a/boards/lpc-p2378/benchmark/lpc-p2378_kernel_footprint/lpc-p2378_kernel_footprint_user.mk b/boards/lpc-p2378/benchmark/lpc-p2378_kernel_footprint/lpc-p2378_kernel_footprint_user.mk index ef355827..708884dc 100644 --- a/boards/lpc-p2378/benchmark/lpc-p2378_kernel_footprint/lpc-p2378_kernel_footprint_user.mk +++ b/boards/lpc-p2378/benchmark/lpc-p2378_kernel_footprint/lpc-p2378_kernel_footprint_user.mk @@ -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 \