Update some triface preset.
[bertos.git] / boards / triface / examples / triface / triface.mk
1 #
2 # Wizard autogenerated makefile.
3 # DO NOT EDIT, use the triface_user.mk file instead.
4 #
5
6 # Constants automatically defined by the selected modules
7 triface_DEBUG = 1
8
9 # Our target application
10 TRG += triface
11
12 triface_PREFIX = "avr-"
13
14 triface_SUFFIX = ""
15
16 triface_SRC_PATH = boards/triface/examples/triface
17
18 triface_HW_PATH = boards/triface
19
20 # Files automatically generated by the wizard. DO NOT EDIT, USE triface_USER_CSRC INSTEAD!
21 triface_WIZARD_CSRC = \
22         bertos/cpu/avr/drv/adc_avr.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/adc.c \
28         bertos/drv/buzzer.c \
29         bertos/drv/ser.c \
30         bertos/drv/sipo.c \
31         bertos/drv/timer.c \
32         bertos/io/kfile.c \
33         bertos/mware/event.c \
34         bertos/mware/formatwr.c \
35         bertos/mware/hex.c \
36         bertos/mware/parser.c \
37         bertos/mware/readline.c \
38         bertos/mware/sprintf.c \
39         bertos/net/keytag.c \
40         bertos/struct/hashtable.c \
41         #
42
43 # Files automatically generated by the wizard. DO NOT EDIT, USE triface_USER_PCSRC INSTEAD!
44 triface_WIZARD_PCSRC = \
45         bertos/mware/formatwr.c \
46         bertos/mware/sprintf.c \
47         #
48
49 # Files automatically generated by the wizard. DO NOT EDIT, USE triface_USER_CPPASRC INSTEAD!
50 triface_WIZARD_CPPASRC = \
51          \
52         #
53
54 # Files automatically generated by the wizard. DO NOT EDIT, USE triface_USER_CXXSRC INSTEAD!
55 triface_WIZARD_CXXSRC = \
56          \
57         #
58
59 # Files automatically generated by the wizard. DO NOT EDIT, USE triface_USER_ASRC INSTEAD!
60 triface_WIZARD_ASRC = \
61          \
62         #
63
64 triface_CPPFLAGS = -D'CPU_FREQ=(14745600UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(triface_HW_PATH) -I$(triface_SRC_PATH) $(triface_CPU_CPPFLAGS) $(triface_USER_CPPFLAGS)
65
66 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
67 triface_LDFLAGS = $(triface_CPU_LDFLAGS) $(triface_WIZARD_LDFLAGS) $(triface_USER_LDFLAGS)
68
69 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
70 triface_CPPAFLAGS = $(triface_CPU_CPPAFLAGS) $(triface_WIZARD_CPPAFLAGS) $(triface_USER_CPPAFLAGS)
71
72 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
73 triface_CSRC = $(triface_CPU_CSRC) $(triface_WIZARD_CSRC) $(triface_USER_CSRC)
74
75 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
76 triface_PCSRC = $(triface_CPU_PCSRC) $(triface_WIZARD_PCSRC) $(triface_USER_PCSRC)
77
78 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
79 triface_CPPASRC = $(triface_CPU_CPPASRC) $(triface_WIZARD_CPPASRC) $(triface_USER_CPPASRC)
80
81 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
82 triface_CXXSRC = $(triface_CPU_CXXSRC) $(triface_WIZARD_CXXSRC) $(triface_USER_CXXSRC)
83
84 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
85 triface_ASRC = $(triface_CPU_ASRC) $(triface_WIZARD_ASRC) $(triface_USER_ASRC)
86
87 # CPU specific flags and options, defined in the CPU definition files.
88 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
89 triface_MCU = atmega1281
90 triface_CPU_CPPFLAGS = -Os -Ibertos/cpu/avr/
91 triface_PROGRAMMER_CPU = atmega1281
92 triface_STOPFLASH_SCRIPT = bertos/prg_scripts/avr/stopflash.sh
93 triface_STOPDEBUG_SCRIPT = bertos/prg_scripts/none.sh
94 triface_DEBUG_SCRIPT = bertos/prg_scripts/nodebug.sh
95 triface_FLASH_SCRIPT = bertos/prg_scripts/avr/flash.sh
96
97 include $(triface_SRC_PATH)/triface_user.mk