Rename project to insert it into nightly test.
[bertos.git] / boards / sam3x-ek / templates / sam3x-ek_empty / sam3x-ek_empty_user.mk
1 #
2 # User makefile.
3 # Edit this file to change compiler options and related stuff.
4 #
5
6 # Programmer interface configuration, see http://dev.bertos.org/wiki/ProgrammerInterface for help
7 empty_PROGRAMMER_TYPE = none
8 empty_PROGRAMMER_PORT = none
9
10 # Files included by the user.
11 empty_USER_CSRC = \
12         $(empty_SRC_PATH)/main.c \
13         bertos/cpu/cortex-m3/drv/dmac_sam3.c \
14         bertos/cpu/cortex-m3/drv/hsmci_sam3.c \
15         #
16
17 # Files included by the user.
18 empty_USER_PCSRC = \
19         #
20
21 # Files included by the user.
22 empty_USER_CPPASRC = \
23         #
24
25 # Files included by the user.
26 empty_USER_CXXSRC = \
27         #
28
29 # Files included by the user.
30 empty_USER_ASRC = \
31         #
32
33 # Flags included by the user.
34 empty_USER_LDFLAGS = \
35         #
36
37 # Flags included by the user.
38 empty_USER_CPPAFLAGS = \
39         #
40
41 # Flags included by the user.
42 empty_USER_CPPFLAGS = \
43         -fno-strict-aliasing \
44         -fwrapv \
45         #