bea512096339027c3a6a1aec57dfc5b3c8560229
[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         bertos/cpu/cortex-m3/drv/i2s_sam3.c \
14         bertos/cpu/cortex-m3/drv/hsmci_sam3.c \
15         bertos/cpu/cortex-m3/drv/sd_sam3.c \
16         bertos/drv/sd_spi.c \
17         #
18
19 # Files included by the user.
20 sam3x-ek_codec_USER_PCSRC = \
21         #
22
23 # Files included by the user.
24 sam3x-ek_codec_USER_CPPASRC = \
25         #
26
27 # Files included by the user.
28 sam3x-ek_codec_USER_CXXSRC = \
29         #
30
31 # Files included by the user.
32 sam3x-ek_codec_USER_ASRC = \
33         #
34
35 # Flags included by the user.
36 sam3x-ek_codec_USER_LDFLAGS = \
37         #
38
39 # Flags included by the user.
40 sam3x-ek_codec_USER_CPPAFLAGS = \
41         #
42
43 # Flags included by the user.
44 sam3x-ek_codec_USER_CPPFLAGS = \
45         -fno-strict-aliasing \
46         -fwrapv \
47         -O2
48         #