X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;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=0000000000000000000000000000000000000000;hb=062ab1d19f9bcd58d7fd9a112c94b4d8a028954e;hp=a007e43e00bf30a2664a3b02cfbc91f103a77f0d;hpb=67813e9ec40a4189348aa829f93a188c017a4c87;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 deleted file mode 100644 index a007e43e..00000000 --- a/boards/at91sam7x-ek/examples/at91sam7x-ek_sd_fat/sd_fat_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 -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 \ - #