LPC2: add LPC2378 example project.
[bertos.git] / examples / lpc2378 / lpc2378.mk
diff --git a/examples/lpc2378/lpc2378.mk b/examples/lpc2378/lpc2378.mk
new file mode 100644 (file)
index 0000000..1021746
--- /dev/null
@@ -0,0 +1,51 @@
+#
+# Copyright 2009 Develer S.r.l. (http://www.develer.com/)
+# All rights reserved.
+#
+# Makefile template for BeRTOS wizard.
+#
+# Author: Lorenzo Berni <duplo@develer.com>
+#
+#
+
+# Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help
+lpc2378_PROGRAMMER_TYPE = jtag-tiny
+lpc2378_PROGRAMMER_PORT = none
+
+# Files included by the user.
+lpc2378_USER_CSRC = \
+       examples/lpc2378/main.c \
+       #
+
+# Files included by the user.
+lpc2378_USER_PCSRC = \
+       #
+
+# Files included by the user.
+lpc2378_USER_CPPASRC = \
+       #
+
+# Files included by the user.
+lpc2378_USER_CXXSRC = \
+       #
+
+# Files included by the user.
+lpc2378_USER_ASRC = \
+       #
+
+# Flags included by the user.
+lpc2378_USER_LDFLAGS = \
+       #
+
+# Flags included by the user.
+lpc2378_USER_CPPAFLAGS = \
+       #
+
+# Flags included by the user.
+lpc2378_USER_CPPFLAGS = \
+       -fno-strict-aliasing \
+       -fwrapv \
+       #
+
+# Include the mk file generated by the wizard
+include examples/lpc2378/lpc2378_wiz.mk