Rename make to the new prj names.
[bertos.git] / boards / lpc-p2378 / benchmark / lpc-p2378_kernel_footprint / lpc-p2378_kernel_footprint_user.mk
diff --git a/boards/lpc-p2378/benchmark/lpc-p2378_kernel_footprint/lpc-p2378_kernel_footprint_user.mk b/boards/lpc-p2378/benchmark/lpc-p2378_kernel_footprint/lpc-p2378_kernel_footprint_user.mk
new file mode 100644 (file)
index 0000000..ef35582
--- /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
+kernel_footprint_PROGRAMMER_TYPE = none
+kernel_footprint_PROGRAMMER_PORT = none
+
+# Files included by the user.
+kernel_footprint_USER_CSRC = \
+       $(kernel_footprint_SRC_PATH)/main.c \
+       #
+
+# Files included by the user.
+kernel_footprint_USER_PCSRC = \
+       #
+
+# Files included by the user.
+kernel_footprint_USER_CPPASRC = \
+       #
+
+# Files included by the user.
+kernel_footprint_USER_CXXSRC = \
+       #
+
+# Files included by the user.
+kernel_footprint_USER_ASRC = \
+       #
+
+# Flags included by the user.
+kernel_footprint_USER_LDFLAGS = \
+       #
+
+# Flags included by the user.
+kernel_footprint_USER_CPPAFLAGS = \
+       #
+
+# Flags included by the user.
+kernel_footprint_USER_CPPFLAGS = \
+       -Os \
+       -fno-strict-aliasing \
+       -fwrapv \
+       #