Minor fix.
[bertos.git] / examples / test / avrtest_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 avrtest_PROGRAMMER_TYPE = none
8 avrtest_PROGRAMMER_PORT = none
9
10 # For Nightlytest we include the all Bertos files.
11 include $(avrtest_SRC_PATH)/avr_src.mk
12
13 # Files included by the user.
14 avrtest_USER_CSRC = \
15         $(avrtest_SRC_PATH)/empty_main.c \
16         $(avr_CSRC) \
17         #
18
19 # Files included by the user.
20 avrtest_USER_PCSRC = \
21         #
22
23 # Files included by the user.
24 avrtest_USER_CPPASRC = \
25         #
26
27 # Files included by the user.
28 avrtest_USER_CXXSRC = \
29         #
30
31 # Files included by the user.
32 avrtest_USER_ASRC = \
33         #
34
35 # Flags included by the user.
36 avrtest_USER_LDFLAGS = \
37         #
38
39 # Flags included by the user.
40 avrtest_USER_CPPAFLAGS = \
41         #
42
43 # Flags included by the user.
44 avrtest_USER_CPPFLAGS = \
45         -fno-strict-aliasing \
46         -fwrapv \
47         #