f241fd7f11c426347bcdbc7e3b9a512b184b0b98
[bertos.git] / examples / avr-kern / avr-kern.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 avr-kern_PROGRAMMER_TYPE = none
13 avr-kern_PROGRAMMER_PORT = none
14
15 # Files included by the user.
16 avr-kern_USER_CSRC = \
17         examples/avr-kern/main.c \
18         bertos/kern/proc_test.c \
19         bertos/mware/sprintf.c \
20         #
21
22 # Files included by the user.
23 avr-kern_USER_PCSRC = \
24         #
25
26 # Files included by the user.
27 avr-kern_USER_CPPASRC = \
28         #
29
30 # Files included by the user.
31 avr-kern_USER_CXXSRC = \
32         #
33
34 # Files included by the user.
35 avr-kern_USER_ASRC = \
36         #
37
38 # Flags included by the user.
39 avr-kern_USER_LDFLAGS = \
40         #
41
42 # Flags included by the user.
43 avr-kern_USER_CPPAFLAGS = \
44         #
45
46 # Flags included by the user.
47 avr-kern_USER_CPPFLAGS = \
48         -Os -fomit-frame-pointer \
49         -fno-strict-aliasing \
50         -fwrapv \
51         #
52
53 # Include the mk file generated by the wizard
54 include examples/avr-kern/avr-kern_wiz.mk