X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fstm32-p103%2Fbenchmark%2Fstm32-p103_kernel_footprint%2Fstm32-p103_kernel_footprint_user.mk;fp=boards%2Fstm32-p103%2Fbenchmark%2Fstm32-p103_kernel_footprint%2Fstm32-p103_kernel_footprint_user.mk;h=af8c4d6c574361c66671628c0d9023feb6e5adfa;hb=d98ef779240b3c49d9313e770048b262c4f8daa3;hp=0000000000000000000000000000000000000000;hpb=1ebcf9b89595826a5c158ae6a68d4c2407b1dd52;p=bertos.git diff --git a/boards/stm32-p103/benchmark/stm32-p103_kernel_footprint/stm32-p103_kernel_footprint_user.mk b/boards/stm32-p103/benchmark/stm32-p103_kernel_footprint/stm32-p103_kernel_footprint_user.mk new file mode 100644 index 00000000..af8c4d6c --- /dev/null +++ b/boards/stm32-p103/benchmark/stm32-p103_kernel_footprint/stm32-p103_kernel_footprint_user.mk @@ -0,0 +1,43 @@ +# +# 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 \ + #