Rename sam7 tcp server example.
[bertos.git] / boards / at91sam7x-ek / examples / tcp_server / tcp_server_user.mk
diff --git a/boards/at91sam7x-ek/examples/tcp_server/tcp_server_user.mk b/boards/at91sam7x-ek/examples/tcp_server/tcp_server_user.mk
deleted file mode 100644 (file)
index 2e88993..0000000
+++ /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
-tcp_server_PROGRAMMER_TYPE = none
-tcp_server_PROGRAMMER_PORT = none
-
-# Files included by the user.
-tcp_server_USER_CSRC = \
-       $(tcp_server_SRC_PATH)/main.c \
-       #
-
-# Files included by the user.
-tcp_server_USER_PCSRC = \
-       #
-
-# Files included by the user.
-tcp_server_USER_CPPASRC = \
-       #
-
-# Files included by the user.
-tcp_server_USER_CXXSRC = \
-       #
-
-# Files included by the user.
-tcp_server_USER_ASRC = \
-       #
-
-# Flags included by the user.
-tcp_server_USER_LDFLAGS = \
-       #
-
-# Flags included by the user.
-tcp_server_USER_CPPAFLAGS = \
-       #
-
-# Flags included by the user.
-tcp_server_USER_CPPFLAGS = \
-       -Os \
-       -fno-strict-aliasing \
-       -fwrapv \
-       #