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