LPC2: add LPC2378 example project.
[bertos.git] / examples / lpc2378 / lpc2378.mk
1 #
2 # Copyright 2009 Develer S.r.l. (http://www.develer.com/)
3 # All rights reserved.
4 #
5 # Makefile template for BeRTOS wizard.
6 #
7 # Author: Lorenzo Berni <duplo@develer.com>
8 #
9 #
10
11 # Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help
12 lpc2378_PROGRAMMER_TYPE = jtag-tiny
13 lpc2378_PROGRAMMER_PORT = none
14
15 # Files included by the user.
16 lpc2378_USER_CSRC = \
17         examples/lpc2378/main.c \
18         #
19
20 # Files included by the user.
21 lpc2378_USER_PCSRC = \
22         #
23
24 # Files included by the user.
25 lpc2378_USER_CPPASRC = \
26         #
27
28 # Files included by the user.
29 lpc2378_USER_CXXSRC = \
30         #
31
32 # Files included by the user.
33 lpc2378_USER_ASRC = \
34         #
35
36 # Flags included by the user.
37 lpc2378_USER_LDFLAGS = \
38         #
39
40 # Flags included by the user.
41 lpc2378_USER_CPPAFLAGS = \
42         #
43
44 # Flags included by the user.
45 lpc2378_USER_CPPFLAGS = \
46         -fno-strict-aliasing \
47         -fwrapv \
48         #
49
50 # Include the mk file generated by the wizard
51 include examples/lpc2378/lpc2378_wiz.mk