X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Ftriface%2Fbenchmark%2Ftriface_context_switch%2Fcontext_switch_user.mk;fp=boards%2Ftriface%2Fbenchmark%2Ftriface_context_switch%2Fcontext_switch_user.mk;h=932e591bb66a6777644e8bf5de4520c1141e157a;hb=1ad9c44812fff13515605ba9511f89b4dc9e9da6;hp=0000000000000000000000000000000000000000;hpb=38c0dde41df492a35e4bd674e4f8bb7b1f575f46;p=bertos.git diff --git a/boards/triface/benchmark/triface_context_switch/context_switch_user.mk b/boards/triface/benchmark/triface_context_switch/context_switch_user.mk new file mode 100644 index 00000000..932e591b --- /dev/null +++ b/boards/triface/benchmark/triface_context_switch/context_switch_user.mk @@ -0,0 +1,44 @@ +# +# User makefile. +# Edit this file to change compiler options and related stuff. +# + +# Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help +context_switch_PROGRAMMER_TYPE = none +context_switch_PROGRAMMER_PORT = none + +# Files included by the user. +context_switch_USER_CSRC = \ + $(context_switch_SRC_PATH)/main.c \ + # + +# Files included by the user. +context_switch_USER_PCSRC = \ + # + +# Files included by the user. +context_switch_USER_CPPASRC = \ + # + +# Files included by the user. +context_switch_USER_CXXSRC = \ + # + +# Files included by the user. +context_switch_USER_ASRC = \ + # + +# Flags included by the user. +context_switch_USER_LDFLAGS = \ + # + +# Flags included by the user. +context_switch_USER_CPPAFLAGS = \ + # + +# Flags included by the user. +context_switch_USER_CPPFLAGS = \ + -fno-strict-aliasing \ + -fwrapv \ + -O2 \ + #