X-Git-Url: https://codewiz.org/gitweb?p=bertos.git;a=blobdiff_plain;f=boards%2Fat91sam7x-ek%2Fbenchmark%2Fat91sam7x-ek_context_switch%2Fat91sam7x-ek_context_switch_user.mk;h=db5a3c512a43193da2d0a1bc523cdddfae38a2b1;hp=932e591bb66a6777644e8bf5de4520c1141e157a;hb=242d8ea69e730f74b25ae3e1e8897ea61b81c250;hpb=48f658cb2360654d8ae4e17adf660dbea5a9e72e diff --git a/boards/at91sam7x-ek/benchmark/at91sam7x-ek_context_switch/at91sam7x-ek_context_switch_user.mk b/boards/at91sam7x-ek/benchmark/at91sam7x-ek_context_switch/at91sam7x-ek_context_switch_user.mk index 932e591b..db5a3c51 100644 --- a/boards/at91sam7x-ek/benchmark/at91sam7x-ek_context_switch/at91sam7x-ek_context_switch_user.mk +++ b/boards/at91sam7x-ek/benchmark/at91sam7x-ek_context_switch/at91sam7x-ek_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 +at91sam7x-ek_context_switch_PROGRAMMER_TYPE = none +at91sam7x-ek_context_switch_PROGRAMMER_PORT = none # Files included by the user. -context_switch_USER_CSRC = \ - $(context_switch_SRC_PATH)/main.c \ +at91sam7x-ek_context_switch_USER_CSRC = \ + $(at91sam7x-ek_context_switch_SRC_PATH)/main.c \ # # Files included by the user. -context_switch_USER_PCSRC = \ +at91sam7x-ek_context_switch_USER_PCSRC = \ # # Files included by the user. -context_switch_USER_CPPASRC = \ +at91sam7x-ek_context_switch_USER_CPPASRC = \ # # Files included by the user. -context_switch_USER_CXXSRC = \ +at91sam7x-ek_context_switch_USER_CXXSRC = \ # # Files included by the user. -context_switch_USER_ASRC = \ +at91sam7x-ek_context_switch_USER_ASRC = \ # # Flags included by the user. -context_switch_USER_LDFLAGS = \ +at91sam7x-ek_context_switch_USER_LDFLAGS = \ # # Flags included by the user. -context_switch_USER_CPPAFLAGS = \ +at91sam7x-ek_context_switch_USER_CPPAFLAGS = \ # # Flags included by the user. -context_switch_USER_CPPFLAGS = \ +at91sam7x-ek_context_switch_USER_CPPFLAGS = \ -fno-strict-aliasing \ -fwrapv \ -O2 \