Rename project using the board names.
[bertos.git] / boards / at91sam7x-ek / examples / at91sam7x-ek_sd_fat / sd_fat_user.mk
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 (file)
index 0000000..a007e43
--- /dev/null
@@ -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 \
+       #