Update some triface preset.
[bertos.git] / boards / triface / benchmark / triface_kernel_footprint / triface_kernel_footprint.mk
1 #
2 # Wizard autogenerated makefile.
3 # DO NOT EDIT, use the triface_kernel_footprint_user.mk file instead.
4 #
5
6 # Constants automatically defined by the selected modules
7
8
9 # Our target application
10 TRG += triface_kernel_footprint
11
12 triface_kernel_footprint_PREFIX = "/usr/bin/avr-"
13
14 triface_kernel_footprint_SUFFIX = ""
15
16 triface_kernel_footprint_SRC_PATH = boards/triface/benchmark/triface_kernel_footprint
17
18 triface_kernel_footprint_HW_PATH = boards/triface
19
20 # Files automatically generated by the wizard. DO NOT EDIT, USE triface_kernel_footprint_USER_CSRC INSTEAD!
21 triface_kernel_footprint_WIZARD_CSRC = \
22         bertos/benchmark/kernel_footprint.c \
23         bertos/cpu/avr/drv/timer_avr.c \
24         bertos/cpu/avr/drv/timer_mega.c \
25         bertos/drv/timer.c \
26         bertos/io/kfile.c \
27         bertos/kern/proc.c \
28         bertos/kern/sem.c \
29         bertos/kern/signal.c \
30         bertos/mware/event.c \
31         bertos/mware/formatwr.c \
32         bertos/mware/hex.c \
33         bertos/struct/heap.c \
34         #
35
36 # Files automatically generated by the wizard. DO NOT EDIT, USE triface_kernel_footprint_USER_PCSRC INSTEAD!
37 triface_kernel_footprint_WIZARD_PCSRC = \
38         bertos/mware/formatwr.c \
39         #
40
41 # Files automatically generated by the wizard. DO NOT EDIT, USE triface_kernel_footprint_USER_CPPASRC INSTEAD!
42 triface_kernel_footprint_WIZARD_CPPASRC = \
43         bertos/cpu/avr/hw/switch_ctx_avr.S \
44         #
45
46 # Files automatically generated by the wizard. DO NOT EDIT, USE triface_kernel_footprint_USER_CXXSRC INSTEAD!
47 triface_kernel_footprint_WIZARD_CXXSRC = \
48          \
49         #
50
51 # Files automatically generated by the wizard. DO NOT EDIT, USE triface_kernel_footprint_USER_ASRC INSTEAD!
52 triface_kernel_footprint_WIZARD_ASRC = \
53          \
54         #
55
56 triface_kernel_footprint_CPPFLAGS = -D'CPU_FREQ=(14745600UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(triface_kernel_footprint_HW_PATH) -I$(triface_kernel_footprint_SRC_PATH) $(triface_kernel_footprint_CPU_CPPFLAGS) $(triface_kernel_footprint_USER_CPPFLAGS)
57
58 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
59 triface_kernel_footprint_LDFLAGS = $(triface_kernel_footprint_CPU_LDFLAGS) $(triface_kernel_footprint_WIZARD_LDFLAGS) $(triface_kernel_footprint_USER_LDFLAGS)
60
61 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
62 triface_kernel_footprint_CPPAFLAGS = $(triface_kernel_footprint_CPU_CPPAFLAGS) $(triface_kernel_footprint_WIZARD_CPPAFLAGS) $(triface_kernel_footprint_USER_CPPAFLAGS)
63
64 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
65 triface_kernel_footprint_CSRC = $(triface_kernel_footprint_CPU_CSRC) $(triface_kernel_footprint_WIZARD_CSRC) $(triface_kernel_footprint_USER_CSRC)
66
67 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
68 triface_kernel_footprint_PCSRC = $(triface_kernel_footprint_CPU_PCSRC) $(triface_kernel_footprint_WIZARD_PCSRC) $(triface_kernel_footprint_USER_PCSRC)
69
70 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
71 triface_kernel_footprint_CPPASRC = $(triface_kernel_footprint_CPU_CPPASRC) $(triface_kernel_footprint_WIZARD_CPPASRC) $(triface_kernel_footprint_USER_CPPASRC)
72
73 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
74 triface_kernel_footprint_CXXSRC = $(triface_kernel_footprint_CPU_CXXSRC) $(triface_kernel_footprint_WIZARD_CXXSRC) $(triface_kernel_footprint_USER_CXXSRC)
75
76 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
77 triface_kernel_footprint_ASRC = $(triface_kernel_footprint_CPU_ASRC) $(triface_kernel_footprint_WIZARD_ASRC) $(triface_kernel_footprint_USER_ASRC)
78
79 # CPU specific flags and options, defined in the CPU definition files.
80 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
81 triface_kernel_footprint_MCU = atmega1281
82 triface_kernel_footprint_CPU_CPPFLAGS = -Os -Ibertos/cpu/avr/
83 triface_kernel_footprint_PROGRAMMER_CPU = atmega1281
84 triface_kernel_footprint_STOPFLASH_SCRIPT = bertos/prg_scripts/avr/stopflash.sh
85 triface_kernel_footprint_STOPDEBUG_SCRIPT = bertos/prg_scripts/none.sh
86 triface_kernel_footprint_DEBUG_SCRIPT = bertos/prg_scripts/nodebug.sh
87 triface_kernel_footprint_FLASH_SCRIPT = bertos/prg_scripts/avr/flash.sh
88
89 include $(triface_kernel_footprint_SRC_PATH)/triface_kernel_footprint_user.mk