Update project.
[bertos.git] / boards / stm32-p103 / templates / stm32-p103_kernel / stm32-p103_kernel_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 stm32-p103_kernel_PROGRAMMER_TYPE = none
8 stm32-p103_kernel_PROGRAMMER_PORT = none
9
10 # Files included by the user.
11 stm32-p103_kernel_USER_CSRC = \
12         $(stm32-p103_kernel_SRC_PATH)/main.c \
13         #
14
15 # Files included by the user.
16 stm32-p103_kernel_USER_PCSRC = \
17         #
18
19 # Files included by the user.
20 stm32-p103_kernel_USER_CPPASRC = \
21         #
22
23 # Files included by the user.
24 stm32-p103_kernel_USER_CXXSRC = \
25         #
26
27 # Files included by the user.
28 stm32-p103_kernel_USER_ASRC = \
29         #
30
31 # Flags included by the user.
32 stm32-p103_kernel_USER_LDFLAGS = \
33         #
34
35 # Flags included by the user.
36 stm32-p103_kernel_USER_CPPAFLAGS = \
37         #
38
39 # Flags included by the user.
40 stm32-p103_kernel_USER_CPPFLAGS = \
41         -fno-strict-aliasing \
42         -fwrapv \
43         #