Fix hw path for the aprs preset.
[bertos.git] / boards / arduino-mega / examples / arduino-mega_aprs / arduino-mega_aprs_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 arduino-mega_aprs_PROGRAMMER_TYPE = none
8 arduino-mega_aprs_PROGRAMMER_PORT = none
9
10 # Files included by the user.
11 arduino-mega_aprs_USER_CSRC = \
12         $(arduino-mega_aprs_SRC_PATH)/main.c \
13         $(arduino-mega_aprs_HW_PATH)/hw/hw_afsk.c \
14         #
15
16 # Files included by the user.
17 arduino-mega_aprs_USER_PCSRC = \
18         #
19
20 # Files included by the user.
21 arduino-mega_aprs_USER_CPPASRC = \
22         #
23
24 # Files included by the user.
25 arduino-mega_aprs_USER_CXXSRC = \
26         #
27
28 # Files included by the user.
29 arduino-mega_aprs_USER_ASRC = \
30         #
31
32 # Flags included by the user.
33 arduino-mega_aprs_USER_LDFLAGS = \
34         #
35
36 # Flags included by the user.
37 arduino-mega_aprs_USER_CPPAFLAGS = \
38         #
39
40 # Flags included by the user.
41 arduino-mega_aprs_USER_CPPFLAGS = \
42         -fno-strict-aliasing \
43         -fwrapv \
44         #