d678c3bf4714eac32f3f471813d20a3c7f245747
[bertos.git] / examples / benchmark / kernel-core_avr / kernel-core_avr.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 kernel-core_avr_PROGRAMMER_TYPE = none
13 kernel-core_avr_PROGRAMMER_PORT = none
14
15 # Files included by the user.
16 kernel-core_avr_USER_CSRC = \
17         examples/benchmark/kernel-core_avr/main.c \
18         #
19
20 # Files included by the user.
21 kernel-core_avr_USER_PCSRC = \
22         #
23
24 # Files included by the user.
25 kernel-core_avr_USER_CPPASRC = \
26         #
27
28 # Files included by the user.
29 kernel-core_avr_USER_CXXSRC = \
30         #
31
32 # Files included by the user.
33 kernel-core_avr_USER_ASRC = \
34         #
35
36 # Flags included by the user.
37 kernel-core_avr_USER_LDFLAGS = \
38         #
39
40 # Flags included by the user.
41 kernel-core_avr_USER_CPPAFLAGS = -O2 \
42         #
43
44 # Flags included by the user.
45 kernel-core_avr_USER_CPPFLAGS = -O2 \
46         #
47
48 # Include the mk file generated by the wizard
49 include examples/benchmark/kernel-core_avr/kernel-core_avr_wiz.mk