X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=blobdiff_plain;f=boards%2Fstm32-p103%2Fbenchmark%2Fstm32-p103_context_switch%2Fstm32-p103_context_switch_user.mk;h=fe0aad8ffd666e6d953f8b8aaed7874d012c74c4;hp=4bc28c58039ea746cb959ff7acf0087f5ee817f5;hb=976d522209efc4c11a019ae6b34657b6b3f59ba0;hpb=d98ef779240b3c49d9313e770048b262c4f8daa3 diff --git a/boards/stm32-p103/benchmark/stm32-p103_context_switch/stm32-p103_context_switch_user.mk b/boards/stm32-p103/benchmark/stm32-p103_context_switch/stm32-p103_context_switch_user.mk index 4bc28c58..fe0aad8f 100644 --- a/boards/stm32-p103/benchmark/stm32-p103_context_switch/stm32-p103_context_switch_user.mk +++ b/boards/stm32-p103/benchmark/stm32-p103_context_switch/stm32-p103_context_switch_user.mk @@ -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 \