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