LPC2xxx: add timer test.
[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         bertos/drv/timer.c \
19         bertos/cpu/arm/drv/vic_lpc2.c \
20         bertos/cpu/arm/drv/timer_lpc2.c \
21         #
22
23 # Files included by the user.
24 lpc2378_USER_PCSRC = \
25         #
26
27 # Files included by the user.
28 lpc2378_USER_CPPASRC = \
29         #
30
31 # Files included by the user.
32 lpc2378_USER_CXXSRC = \
33         #
34
35 # Files included by the user.
36 lpc2378_USER_ASRC = \
37         #
38
39 # Flags included by the user.
40 lpc2378_USER_LDFLAGS = \
41         #
42
43 # Flags included by the user.
44 lpc2378_USER_CPPAFLAGS = \
45         #
46
47 # Flags included by the user.
48 lpc2378_USER_CPPFLAGS = \
49         -fno-strict-aliasing \
50         -fwrapv \
51         #
52
53 # Include the mk file generated by the wizard
54 include examples/lpc2378/lpc2378_wiz.mk