X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=inline;f=boards%2Farduino%2Fbenchmark%2Fkernel_footprint%2Fkernel_footprint_user.mk;fp=boards%2Farduino%2Fbenchmark%2Fkernel_footprint%2Fkernel_footprint_user.mk;h=0000000000000000000000000000000000000000;hb=a9694caa1505e6387d8976437d38b330499e18dc;hp=9e2bc5f6ccad8ae193b40c88725b4525e603f663;hpb=f87390bf71f44a3ed9dc65c66128c5c6979655a9;p=bertos.git diff --git a/boards/arduino/benchmark/kernel_footprint/kernel_footprint_user.mk b/boards/arduino/benchmark/kernel_footprint/kernel_footprint_user.mk deleted file mode 100644 index 9e2bc5f6..00000000 --- a/boards/arduino/benchmark/kernel_footprint/kernel_footprint_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 -kernel_footprint_PROGRAMMER_TYPE = none -kernel_footprint_PROGRAMMER_PORT = none - -# Files included by the user. -kernel_footprint_USER_CSRC = \ - $(kernel_footprint_SRC_PATH)/main.c \ - # - -# Files included by the user. -kernel_footprint_USER_PCSRC = \ - # - -# Files included by the user. -kernel_footprint_USER_CPPASRC = \ - # - -# Files included by the user. -kernel_footprint_USER_CXXSRC = \ - # - -# Files included by the user. -kernel_footprint_USER_ASRC = \ - # - -# Flags included by the user. -kernel_footprint_USER_LDFLAGS = \ - # - -# Flags included by the user. -kernel_footprint_USER_CPPAFLAGS = \ - # - -# Flags included by the user. -kernel_footprint_USER_CPPFLAGS = \ - -fno-strict-aliasing \ - -fwrapv \ - -Os \ - #