X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3n-ek%2Fexamples%2Fsam3n-ek_display%2Fsam3n-ek_display_user.mk;fp=boards%2Fsam3n-ek%2Fexamples%2Fsam3n-ek_display%2Fsam3n-ek_display_user.mk;h=4fabfb74f0d912c8eee75341db28c3da90fd44bc;hb=f20fc356270e0e09672f272b923867b7e9e87de7;hp=0000000000000000000000000000000000000000;hpb=a646f247a4733ae12b2a5372c23e367e3048efaf;p=bertos.git diff --git a/boards/sam3n-ek/examples/sam3n-ek_display/sam3n-ek_display_user.mk b/boards/sam3n-ek/examples/sam3n-ek_display/sam3n-ek_display_user.mk new file mode 100644 index 00000000..4fabfb74 --- /dev/null +++ b/boards/sam3n-ek/examples/sam3n-ek_display/sam3n-ek_display_user.mk @@ -0,0 +1,48 @@ +# +# User makefile. +# Edit this file to change compiler options and related stuff. +# + +# Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help +display_PROGRAMMER_TYPE = none +display_PROGRAMMER_PORT = none + +# Files included by the user. +display_USER_CSRC = \ + $(display_SRC_PATH)/main.c \ + $(display_SRC_PATH)/bitmaps.c \ + bertos/icons/logo.c \ + bertos/fonts/gohu.c \ + bertos/cpu/cortex-m3/drv/spi_dma_sam3.c \ + # + +# Files included by the user. +display_USER_PCSRC = \ + # + +# Files included by the user. +display_USER_CPPASRC = \ + # + +# Files included by the user. +display_USER_CXXSRC = \ + # + +# Files included by the user. +display_USER_ASRC = \ + # + +# Flags included by the user. +display_USER_LDFLAGS = \ + # + +# Flags included by the user. +display_USER_CPPAFLAGS = \ + # + +# Flags included by the user. +display_USER_CPPFLAGS = \ + -fno-strict-aliasing \ + -fwrapv \ + -O2 \ + #