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=0000000000000000000000000000000000000000;hb=ffd90a8e0d552a62ae93a03594a245b1e1b51bc3;hp=932e591bb66a6777644e8bf5de4520c1141e157a;hpb=1ad9c44812fff13515605ba9511f89b4dc9e9da6;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 deleted file mode 100644 index 932e591b..00000000 --- a/boards/triface/benchmark/triface_context_switch/context_switch_user.mk +++ /dev/null @@ -1,44 +0,0 @@ -# -# 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 \ - #