Enable kernel and all routine to manage the display.
[bertos.git] / boards / sam3x-ek / examples / sam3x-ek_codec / sam3x-ek_codec_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 sam3x-ek_codec_PROGRAMMER_TYPE = none
8 sam3x-ek_codec_PROGRAMMER_PORT = none
9
10 # Files included by the user.
11 sam3x-ek_codec_USER_CSRC = \
12         $(sam3x-ek_codec_SRC_PATH)/main.c \
13         $(sam3x-ek_codec_SRC_PATH)/bitmaps.c \
14         bertos/cpu/cortex-m3/drv/hsmci_sam3.c \
15         bertos/icons/logo.c \
16         bertos/fonts/gohu.c \
17         bertos/cpu/cortex-m3/drv/dmac_sam3.c \
18         #
19
20 # Files included by the user.
21 sam3x-ek_codec_USER_PCSRC = \
22         #
23
24 # Files included by the user.
25 sam3x-ek_codec_USER_CPPASRC = \
26         #
27
28 # Files included by the user.
29 sam3x-ek_codec_USER_CXXSRC = \
30         #
31
32 # Files included by the user.
33 sam3x-ek_codec_USER_ASRC = \
34         #
35
36 # Flags included by the user.
37 sam3x-ek_codec_USER_LDFLAGS = \
38         #
39
40 # Flags included by the user.
41 sam3x-ek_codec_USER_CPPAFLAGS = \
42         #
43
44 # Flags included by the user.
45 sam3x-ek_codec_USER_CPPFLAGS = \
46         -Os \
47         -fno-strict-aliasing \
48         -fwrapv \
49         #