Use prefix for the presets.
[bertos.git] / boards / triface / templates / kernel / kernel_user.mk
diff --git a/boards/triface/templates/kernel/kernel_user.mk b/boards/triface/templates/kernel/kernel_user.mk
deleted file mode 100644 (file)
index 6dfb4d8..0000000
+++ /dev/null
@@ -1,43 +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
-kernel_PROGRAMMER_TYPE = none
-kernel_PROGRAMMER_PORT = none
-
-# Files included by the user.
-kernel_USER_CSRC = \
-       $(kernel_SRC_PATH)/main.c \
-       #
-
-# Files included by the user.
-kernel_USER_PCSRC = \
-       #
-
-# Files included by the user.
-kernel_USER_CPPASRC = \
-       #
-
-# Files included by the user.
-kernel_USER_CXXSRC = \
-       #
-
-# Files included by the user.
-kernel_USER_ASRC = \
-       #
-
-# Flags included by the user.
-kernel_USER_LDFLAGS = \
-       #
-
-# Flags included by the user.
-kernel_USER_CPPAFLAGS = \
-       #
-
-# Flags included by the user.
-kernel_USER_CPPFLAGS = \
-       -fno-strict-aliasing \
-       -fwrapv \
-       #