X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Fat91sam7x-ek%2Fexamples%2Fat91sam7x-ek_sd_fat%2Fsd_fat_user.mk;fp=boards%2Fat91sam7x-ek%2Fexamples%2Fat91sam7x-ek_sd_fat%2Fsd_fat_user.mk;h=a007e43e00bf30a2664a3b02cfbc91f103a77f0d;hb=67813e9ec40a4189348aa829f93a188c017a4c87;hp=0000000000000000000000000000000000000000;hpb=6c4b0cf8c98308df4866839b9c7d8fe813376969;p=bertos.git diff --git a/boards/at91sam7x-ek/examples/at91sam7x-ek_sd_fat/sd_fat_user.mk b/boards/at91sam7x-ek/examples/at91sam7x-ek_sd_fat/sd_fat_user.mk new file mode 100644 index 00000000..a007e43e --- /dev/null +++ b/boards/at91sam7x-ek/examples/at91sam7x-ek_sd_fat/sd_fat_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 +sd_fat_PROGRAMMER_TYPE = none +sd_fat_PROGRAMMER_PORT = none + +# Files included by the user. +sd_fat_USER_CSRC = \ + $(sd_fat_SRC_PATH)/main.c \ + bertos/cpu/arm/drv/spi_dma_at91.c \ + # + +# Files included by the user. +sd_fat_USER_PCSRC = \ + # + +# Files included by the user. +sd_fat_USER_CPPASRC = \ + # + +# Files included by the user. +sd_fat_USER_CXXSRC = \ + # + +# Files included by the user. +sd_fat_USER_ASRC = \ + # + +# Flags included by the user. +sd_fat_USER_LDFLAGS = \ + # + +# Flags included by the user. +sd_fat_USER_CPPAFLAGS = \ + # + +# Flags included by the user. +sd_fat_USER_CPPFLAGS = \ + -fno-strict-aliasing \ + -fwrapv \ + #