Rename project to insert it into nightly test.
[bertos.git] / boards / sam3x-ek / templates / sam3x-ek_empty / sam3x-ek_empty_user.mk
diff --git a/boards/sam3x-ek/templates/sam3x-ek_empty/sam3x-ek_empty_user.mk b/boards/sam3x-ek/templates/sam3x-ek_empty/sam3x-ek_empty_user.mk
new file mode 100644 (file)
index 0000000..cb9088a
--- /dev/null
@@ -0,0 +1,45 @@
+#
+# User makefile.
+# Edit this file to change compiler options and related stuff.
+#
+
+# Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help
+empty_PROGRAMMER_TYPE = none
+empty_PROGRAMMER_PORT = none
+
+# Files included by the user.
+empty_USER_CSRC = \
+       $(empty_SRC_PATH)/main.c \
+       bertos/cpu/cortex-m3/drv/dmac_sam3.c \
+       bertos/cpu/cortex-m3/drv/hsmci_sam3.c \
+       #
+
+# Files included by the user.
+empty_USER_PCSRC = \
+       #
+
+# Files included by the user.
+empty_USER_CPPASRC = \
+       #
+
+# Files included by the user.
+empty_USER_CXXSRC = \
+       #
+
+# Files included by the user.
+empty_USER_ASRC = \
+       #
+
+# Flags included by the user.
+empty_USER_LDFLAGS = \
+       #
+
+# Flags included by the user.
+empty_USER_CPPAFLAGS = \
+       #
+
+# Flags included by the user.
+empty_USER_CPPFLAGS = \
+       -fno-strict-aliasing \
+       -fwrapv \
+       #