sam3x-ek: add TCP/IP example.
[bertos.git] / boards / sam3x-ek / examples / sam3x-ek_tcp_server / sam3x-ek_tcp_server_user.mk
diff --git a/boards/sam3x-ek/examples/sam3x-ek_tcp_server/sam3x-ek_tcp_server_user.mk b/boards/sam3x-ek/examples/sam3x-ek_tcp_server/sam3x-ek_tcp_server_user.mk
new file mode 100644 (file)
index 0000000..89bfa98
--- /dev/null
@@ -0,0 +1,55 @@
+#
+# User makefile.
+# Edit this file to change compiler options and related stuff.
+#
+
+# Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help
+sam3x-ek_tcp_server_PROGRAMMER_TYPE = none
+sam3x-ek_tcp_server_PROGRAMMER_PORT = none
+
+# Files included by the user.
+sam3x-ek_tcp_server_USER_CSRC = \
+       $(sam3x-ek_tcp_server_SRC_PATH)/main.c \
+       #
+
+# Files included by the user.
+sam3x-ek_tcp_server_USER_PCSRC = \
+       #
+
+# Files included by the user.
+sam3x-ek_tcp_server_USER_CPPASRC = \
+       #
+
+# Files included by the user.
+sam3x-ek_tcp_server_USER_CXXSRC = \
+       #
+
+# Files included by the user.
+sam3x-ek_tcp_server_USER_ASRC = \
+       #
+
+# Flags included by the user.
+sam3x-ek_tcp_server_USER_LDFLAGS = \
+       #
+
+# Flags included by the user.
+sam3x-ek_tcp_server_USER_CPPAFLAGS = \
+       #
+
+# Flags included by the user.
+sam3x-ek_tcp_server_USER_CPPFLAGS = \
+       -Os \
+       -fno-strict-aliasing \
+       -fwrapv \
+       #
+
+# Silence very annoying lwip warnings
+lwip_CFLAGS = \
+       -Wno-cast-align \
+       -Wno-cast-qual \
+       -Wno-sign-compare \
+       -Wno-format \
+       -Wno-unused-value \
+       -Wno-conversion \
+       -Wno-missing-noreturn \
+       #