Add dacc sam3x register definitions.
[bertos.git] / boards / sam3x-ek / examples / display / display_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 display_PROGRAMMER_TYPE = none
8 display_PROGRAMMER_PORT = none
9
10 # Files included by the user.
11 display_USER_CSRC = \
12         $(display_SRC_PATH)/main.c \
13         $(display_SRC_PATH)/bitmaps.c \
14         bertos/icons/logo.c \
15         bertos/fonts/gohu.c \
16         #
17
18 # Files included by the user.
19 display_USER_PCSRC = \
20         #
21
22 # Files included by the user.
23 display_USER_CPPASRC = \
24         #
25
26 # Files included by the user.
27 display_USER_CXXSRC = \
28         #
29
30 # Files included by the user.
31 display_USER_ASRC = \
32         #
33
34 # Flags included by the user.
35 display_USER_LDFLAGS = \
36         #
37
38 # Flags included by the user.
39 display_USER_CPPAFLAGS = \
40         #
41
42 # Flags included by the user.
43 display_USER_CPPFLAGS = \
44         -Os \
45         -fno-strict-aliasing \
46         -fwrapv \
47         #