Add CPPASRC to the mk file
[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 # Constants automatically defined by the selected modules
12 $constants
13
14 # Our target application
15 TRG += $pname
16
17 $pname_PREFIX = $prefix
18
19 $pname_SUFFIX = $suffix
20
21 $pname_CROSS = $cross
22
23 $pname_MCU = $cpuname
24
25 $pname_CSRC = \
26         $csrc
27         $main \
28         #
29
30 $pname_PCSRC += \
31         $pcsrc
32         #
33
34 $pname_CPPASRC += \
35         $asrc
36         #
37
38 $pname_CFLAGS = $cflags
39 $pname_LDFLAGS = $ldflags