X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Farduino%2Fbenchmark%2Farduino_kernel_footprint%2Farduino_kernel_footprint_user.mk;fp=boards%2Farduino%2Fbenchmark%2Farduino_kernel_footprint%2Farduino_kernel_footprint_user.mk;h=475a7dbd07d714ab045440f33fa0f4623ba665dd;hb=15646c02b1d1c7690176e197a66ee1380397fee7;hp=0000000000000000000000000000000000000000;hpb=3659d918dd3fb3fe6bd0c69c0f9792bbea709792;p=bertos.git diff --git a/boards/arduino/benchmark/arduino_kernel_footprint/arduino_kernel_footprint_user.mk b/boards/arduino/benchmark/arduino_kernel_footprint/arduino_kernel_footprint_user.mk new file mode 100644 index 00000000..475a7dbd --- /dev/null +++ b/boards/arduino/benchmark/arduino_kernel_footprint/arduino_kernel_footprint_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 +arduino_kernel_footprint_PROGRAMMER_TYPE = none +arduino_kernel_footprint_PROGRAMMER_PORT = none + +# Files included by the user. +arduino_kernel_footprint_USER_CSRC = \ + $(arduino_kernel_footprint_SRC_PATH)/main.c \ + # + +# Files included by the user. +arduino_kernel_footprint_USER_PCSRC = \ + # + +# Files included by the user. +arduino_kernel_footprint_USER_CPPASRC = \ + # + +# Files included by the user. +arduino_kernel_footprint_USER_CXXSRC = \ + # + +# Files included by the user. +arduino_kernel_footprint_USER_ASRC = \ + # + +# Flags included by the user. +arduino_kernel_footprint_USER_LDFLAGS = \ + # + +# Flags included by the user. +arduino_kernel_footprint_USER_CPPAFLAGS = \ + # + +# Flags included by the user. +arduino_kernel_footprint_USER_CPPFLAGS = \ + -fno-strict-aliasing \ + -fwrapv \ + -Os \ + #