Regenerated arduino aprs project and enable it in nightly tests.
[bertos.git] / boards / arduino / examples / arduino_aprs / arduino_aprs.mk
1 #
2 # Wizard autogenerated makefile.
3 # DO NOT EDIT, use the arduino_aprs_user.mk file instead.
4 #
5
6 # Constants automatically defined by the selected modules
7 arduino_aprs_DEBUG = 1
8
9 # Our target application
10 TRG += arduino_aprs
11
12 arduino_aprs_PREFIX = "avr-"
13
14 arduino_aprs_SUFFIX = ""
15
16 arduino_aprs_SRC_PATH = boards/arduino/examples/arduino_aprs
17
18 arduino_aprs_HW_PATH = boards/arduino
19
20 # Files automatically generated by the wizard. DO NOT EDIT, USE arduino_aprs_USER_CSRC INSTEAD!
21 arduino_aprs_WIZARD_CSRC = \
22         bertos/algo/crc_ccitt.c \
23         bertos/cpu/avr/drv/ser_avr.c \
24         bertos/cpu/avr/drv/ser_mega.c \
25         bertos/cpu/avr/drv/timer_avr.c \
26         bertos/cpu/avr/drv/timer_mega.c \
27         bertos/drv/ser.c \
28         bertos/drv/timer.c \
29         bertos/io/kfile.c \
30         bertos/mware/event.c \
31         bertos/mware/formatwr.c \
32         bertos/mware/hex.c \
33         bertos/net/afsk.c \
34         bertos/net/ax25.c \
35         #
36
37 # Files automatically generated by the wizard. DO NOT EDIT, USE arduino_aprs_USER_PCSRC INSTEAD!
38 arduino_aprs_WIZARD_PCSRC = \
39         bertos/mware/formatwr.c \
40         #
41
42 # Files automatically generated by the wizard. DO NOT EDIT, USE arduino_aprs_USER_CPPASRC INSTEAD!
43 arduino_aprs_WIZARD_CPPASRC = \
44          \
45         #
46
47 # Files automatically generated by the wizard. DO NOT EDIT, USE arduino_aprs_USER_CXXSRC INSTEAD!
48 arduino_aprs_WIZARD_CXXSRC = \
49          \
50         #
51
52 # Files automatically generated by the wizard. DO NOT EDIT, USE arduino_aprs_USER_ASRC INSTEAD!
53 arduino_aprs_WIZARD_ASRC = \
54          \
55         #
56
57 arduino_aprs_CPPFLAGS = -D'CPU_FREQ=(16000000UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(arduino_aprs_HW_PATH) -I$(arduino_aprs_SRC_PATH) $(arduino_aprs_CPU_CPPFLAGS) $(arduino_aprs_USER_CPPFLAGS)
58
59 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
60 arduino_aprs_LDFLAGS = $(arduino_aprs_CPU_LDFLAGS) $(arduino_aprs_WIZARD_LDFLAGS) $(arduino_aprs_USER_LDFLAGS)
61
62 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
63 arduino_aprs_CPPAFLAGS = $(arduino_aprs_CPU_CPPAFLAGS) $(arduino_aprs_WIZARD_CPPAFLAGS) $(arduino_aprs_USER_CPPAFLAGS)
64
65 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
66 arduino_aprs_CSRC = $(arduino_aprs_CPU_CSRC) $(arduino_aprs_WIZARD_CSRC) $(arduino_aprs_USER_CSRC)
67
68 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
69 arduino_aprs_PCSRC = $(arduino_aprs_CPU_PCSRC) $(arduino_aprs_WIZARD_PCSRC) $(arduino_aprs_USER_PCSRC)
70
71 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
72 arduino_aprs_CPPASRC = $(arduino_aprs_CPU_CPPASRC) $(arduino_aprs_WIZARD_CPPASRC) $(arduino_aprs_USER_CPPASRC)
73
74 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
75 arduino_aprs_CXXSRC = $(arduino_aprs_CPU_CXXSRC) $(arduino_aprs_WIZARD_CXXSRC) $(arduino_aprs_USER_CXXSRC)
76
77 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
78 arduino_aprs_ASRC = $(arduino_aprs_CPU_ASRC) $(arduino_aprs_WIZARD_ASRC) $(arduino_aprs_USER_ASRC)
79
80 # CPU specific flags and options, defined in the CPU definition files.
81 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
82 arduino_aprs_MCU = atmega328p
83 arduino_aprs_CPU_CPPFLAGS = -Os -Ibertos/cpu/avr/
84 arduino_aprs_PROGRAMMER_CPU = atmega328p
85 arduino_aprs_STOPFLASH_SCRIPT = bertos/prg_scripts/avr/stopflash.sh
86 arduino_aprs_STOPDEBUG_SCRIPT = bertos/prg_scripts/none.sh
87 arduino_aprs_DEBUG_SCRIPT = bertos/prg_scripts/nodebug.sh
88 arduino_aprs_FLASH_SCRIPT = bertos/prg_scripts/avr/flash.sh
89
90 include $(arduino_aprs_SRC_PATH)/arduino_aprs_user.mk