b04515f7ac0e9f744441ca881c505ee14d3d2472
[bertos.git] / boards / triface / templates / triface_empty / triface_empty.mk
1 #
2 # Wizard autogenerated makefile.
3 # DO NOT EDIT, use the triface_empty_user.mk file instead.
4 #
5
6 # Constants automatically defined by the selected modules
7 triface_empty_DEBUG = 1
8
9 # Our target application
10 TRG += triface_empty
11
12 triface_empty_PREFIX = "avr-"
13
14 triface_empty_SUFFIX = ""
15
16 triface_empty_SRC_PATH = boards/triface/templates/triface_empty
17
18 triface_empty_HW_PATH = boards/triface
19
20 # Files automatically generated by the wizard. DO NOT EDIT, USE triface_empty_USER_CSRC INSTEAD!
21 triface_empty_WIZARD_CSRC = \
22         bertos/mware/event.c \
23         bertos/struct/heap.c \
24         bertos/io/kfile.c \
25         bertos/mware/formatwr.c \
26         bertos/drv/timer.c \
27         bertos/cpu/avr/drv/timer_avr.c \
28         bertos/cpu/avr/drv/ser_avr.c \
29         bertos/drv/ser.c \
30         bertos/mware/hex.c \
31         #
32
33 # Files automatically generated by the wizard. DO NOT EDIT, USE triface_empty_USER_PCSRC INSTEAD!
34 triface_empty_WIZARD_PCSRC = \
35         bertos/mware/formatwr.c \
36         #
37
38 # Files automatically generated by the wizard. DO NOT EDIT, USE triface_empty_USER_CPPASRC INSTEAD!
39 triface_empty_WIZARD_CPPASRC = \
40          \
41         #
42
43 # Files automatically generated by the wizard. DO NOT EDIT, USE triface_empty_USER_CXXSRC INSTEAD!
44 triface_empty_WIZARD_CXXSRC = \
45          \
46         #
47
48 # Files automatically generated by the wizard. DO NOT EDIT, USE triface_empty_USER_ASRC INSTEAD!
49 triface_empty_WIZARD_ASRC = \
50          \
51         #
52
53 triface_empty_CPPFLAGS = -D'CPU_FREQ=(14745600UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(triface_empty_HW_PATH) -I$(triface_empty_SRC_PATH) $(triface_empty_CPU_CPPFLAGS) $(triface_empty_USER_CPPFLAGS)
54
55 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
56 triface_empty_LDFLAGS = $(triface_empty_CPU_LDFLAGS) $(triface_empty_WIZARD_LDFLAGS) $(triface_empty_USER_LDFLAGS)
57
58 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
59 triface_empty_CPPAFLAGS = $(triface_empty_CPU_CPPAFLAGS) $(triface_empty_WIZARD_CPPAFLAGS) $(triface_empty_USER_CPPAFLAGS)
60
61 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
62 triface_empty_CSRC = $(triface_empty_CPU_CSRC) $(triface_empty_WIZARD_CSRC) $(triface_empty_USER_CSRC)
63
64 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
65 triface_empty_PCSRC = $(triface_empty_CPU_PCSRC) $(triface_empty_WIZARD_PCSRC) $(triface_empty_USER_PCSRC)
66
67 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
68 triface_empty_CPPASRC = $(triface_empty_CPU_CPPASRC) $(triface_empty_WIZARD_CPPASRC) $(triface_empty_USER_CPPASRC)
69
70 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
71 triface_empty_CXXSRC = $(triface_empty_CPU_CXXSRC) $(triface_empty_WIZARD_CXXSRC) $(triface_empty_USER_CXXSRC)
72
73 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
74 triface_empty_ASRC = $(triface_empty_CPU_ASRC) $(triface_empty_WIZARD_ASRC) $(triface_empty_USER_ASRC)
75
76 # CPU specific flags and options, defined in the CPU definition files.
77 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
78 triface_empty_MCU = atmega1281
79 triface_empty_CPU_CPPFLAGS = -Os -Ibertos/cpu/avr/
80 triface_empty_PROGRAMMER_CPU = atmega1281
81 triface_empty_STOPFLASH_SCRIPT = bertos/prg_scripts/avr/stopflash.sh
82 triface_empty_STOPDEBUG_SCRIPT = bertos/prg_scripts/none.sh
83 triface_empty_DEBUG_SCRIPT = bertos/prg_scripts/nodebug.sh
84 triface_empty_FLASH_SCRIPT = bertos/prg_scripts/avr/flash.sh
85
86 include $(triface_empty_SRC_PATH)/triface_empty_user.mk