45a25e9c620c7316ded0bca8b526a3c07f3c4a0f
[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/drv/timer_test.c \
20         bertos/drv/ser.c \
21         bertos/cpu/arm/drv/ser_lpc2.c \
22         bertos/cpu/arm/drv/vic_lpc2.c \
23         bertos/cpu/arm/drv/timer_lpc2.c \
24         bertos/mware/event.c \
25         bertos/kern/kfile.c \
26         bertos/kern/proc.c \
27         bertos/kern/proc_test.c \
28         bertos/kern/monitor.c \
29         bertos/mware/sprintf.c \
30         bertos/struct/heap.c \
31         #
32
33 # Files included by the user.
34 lpc2378_USER_PCSRC = \
35         #
36
37 # Files included by the user.
38 lpc2378_USER_CPPASRC = \
39         bertos/cpu/arm/hw/switch_ctx_arm.S \
40         #
41
42 # Files included by the user.
43 lpc2378_USER_CXXSRC = \
44         #
45
46 # Files included by the user.
47 lpc2378_USER_ASRC = \
48         #
49
50 # Flags included by the user.
51 lpc2378_USER_LDFLAGS = \
52         #
53
54 # Flags included by the user.
55 lpc2378_USER_CPPAFLAGS = \
56         #
57
58 # Flags included by the user.
59 lpc2378_USER_CPPFLAGS = \
60         -fno-strict-aliasing \
61         -fwrapv \
62         #
63
64 # Include the mk file generated by the wizard
65 include examples/lpc2378/lpc2378_wiz.mk