Add flashing interface variables.
[bertos.git] / wizard / mktemplates / template.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 # Include the mk file generated by the wizard
12 include $pname/$pname_wiz.mk
13
14 # Files included by the user.
15 $pname_USER_CSRC = \
16         $main \
17         #
18
19 # Files included by the user.
20 $pname_USER_PCSRC = \
21         #
22
23 # Files included by the user.
24 $pname_USER_CPPASRC = \
25         #
26
27 # Files included by the user.
28 $pname_USER_CXXSRC = \
29         #
30
31 # Files included by the user.
32 $pname_USER_ASRC = \
33         #
34
35 # Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help
36 $pname_PROGRAMMER_TYPE = none
37 $pname_PROGRAMMER_PORT = none
38
39 ####### End of configurable section, do not edit the lines below! #######
40
41 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
42 $pname_CSRC = $($pname_WIZARD_CSRC) $($pname_USER_CSRC)
43
44 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
45 $pname_PCSRC = $($pname_WIZARD_PCSRC) $($pname_USER_PCSRC)
46
47 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
48 $pname_CPPASRC = $($pname_WIZARD_CPPASRC) $($pname_USER_CPPASRC)
49
50 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
51 $pname_CXXSRC = $($pname_WIZARD_CXXSRC) $($pname_USER_CXXSRC)
52
53 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
54 $pname_ASRC = $($pname_WIZARD_ASRC) $($pname_USER_ASRC)
55