Refactor to use new protocol module and sipo.
[bertos.git] / boards / triface / examples / triface / triface_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 triface_PROGRAMMER_TYPE = none
8 triface_PROGRAMMER_PORT = none
9
10 # Files included by the user.
11 triface_USER_CSRC = \
12     $(triface_SRC_PATH)/main.c \
13         $(triface_SRC_PATH)/cmd.c \
14         bertos/net/protocol.c \
15     #
16
17 # Files included by the user.
18 triface_USER_PCSRC = \
19         #
20
21 # Files included by the user.
22 triface_USER_CPPASRC = \
23         #
24
25 # Files included by the user.
26 triface_USER_CXXSRC = \
27         #
28
29 # Files included by the user.
30 triface_USER_ASRC = \
31         #
32
33 # Flags included by the user.
34 triface_USER_LDFLAGS = \
35         #
36
37 # Flags included by the user.
38 triface_USER_CPPAFLAGS = \
39         #
40
41 # Flags included by the user.
42 triface_USER_CPPFLAGS = \
43         -fno-strict-aliasing \
44         -fwrapv \
45         #