Update preset.
[bertos.git] / examples / test / armtest_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 armtest_PROGRAMMER_TYPE = none
8 armtest_PROGRAMMER_PORT = none
9
10 include $(armtest_SRC_PATH)/arm_src.mk
11
12 # Files included by the user.
13 armtest_USER_CSRC = \
14         $(armtest_SRC_PATH)/empty_main.c \
15         $(arm_CSRC) \
16         #
17
18 # Files included by the user.
19 armtest_USER_PCSRC = \
20         #
21
22 # Files included by the user.
23 armtest_USER_CPPASRC = \
24         #
25
26 # Files included by the user.
27 armtest_USER_CXXSRC = \
28         #
29
30 # Files included by the user.
31 armtest_USER_ASRC = \
32         #
33
34 # Flags included by the user.
35 armtest_USER_LDFLAGS = \
36         #
37
38 # Flags included by the user.
39 armtest_USER_CPPAFLAGS = \
40         #
41
42 # Flags included by the user.
43 armtest_USER_CPPFLAGS = \
44         -fno-strict-aliasing \
45         -fwrapv \
46         #