Update the preset and fix for the new name.
[bertos.git] / boards / arduino-mega / examples / arduino-mega_aprs / arduino-mega_aprs_user.mk
diff --git a/boards/arduino-mega/examples/arduino-mega_aprs/arduino-mega_aprs_user.mk b/boards/arduino-mega/examples/arduino-mega_aprs/arduino-mega_aprs_user.mk
new file mode 100644 (file)
index 0000000..fa21709
--- /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
+arduino-mega_aprs_PROGRAMMER_TYPE = none
+arduino-mega_aprs_PROGRAMMER_PORT = none
+
+# Files included by the user.
+arduino-mega_aprs_USER_CSRC = \
+       $(arduino-mega_aprs_SRC_PATH)/main.c \
+       $(arduino-mega_aprs_SRC_PATH)/hw/hw_afsk.c \
+       #
+
+# Files included by the user.
+arduino-mega_aprs_USER_PCSRC = \
+       #
+
+# Files included by the user.
+arduino-mega_aprs_USER_CPPASRC = \
+       #
+
+# Files included by the user.
+arduino-mega_aprs_USER_CXXSRC = \
+       #
+
+# Files included by the user.
+arduino-mega_aprs_USER_ASRC = \
+       #
+
+# Flags included by the user.
+arduino-mega_aprs_USER_LDFLAGS = \
+       #
+
+# Flags included by the user.
+arduino-mega_aprs_USER_CPPAFLAGS = \
+       #
+
+# Flags included by the user.
+arduino-mega_aprs_USER_CPPFLAGS = \
+       -fno-strict-aliasing \
+       -fwrapv \
+       #