Move the mk template in the templates dir in wizard source tree
[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 # Set to 1 for debug builds
12 pname_DEBUG = 1
13
14 # Our target application
15 TRG += pname
16 CPU = cpuname
17 BOOT_ADDR_START = 0x1E000
18
19 pname_PREFIX = prefix
20
21 pname_SUFFIX = suffix
22
23 pname_MCU = $(CPU)
24
25 pname_CSRC = \
26         csrc
27         #
28
29 pname_PCSRC += pcsrc
30
31
32 pname_CFLAGS = cflags
33 pname_LDFLAGS = ldflags