Add triface kernel footprint benchmark.
[bertos.git] / boards / triface / benchmark / kernel_footprint / kernel_footprint.mk
1 #
2 # Wizard autogenerated makefile.
3 # DO NOT EDIT, use the kernel_footprint_user.mk file instead.
4 #
5
6 # Constants automatically defined by the selected modules
7
8
9 # Our target application
10 TRG += kernel_footprint
11
12 kernel_footprint_PREFIX = "avr-"
13
14 kernel_footprint_SUFFIX = ""
15
16 kernel_footprint_SRC_PATH = boards/triface/benchmark/kernel_footprint
17
18 kernel_footprint_HW_PATH = boards/triface
19
20 # Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_CSRC INSTEAD!
21 kernel_footprint_WIZARD_CSRC = \
22         bertos/kern/signal.c \
23         bertos/kern/kfile.c \
24         bertos/struct/heap.c \
25         bertos/mware/formatwr.c \
26         bertos/cpu/avr/drv/timer_avr.c \
27         bertos/drv/timer.c \
28         bertos/mware/event.c \
29         bertos/kern/proc.c \
30         bertos/benchmark/kernel_footprint.c \
31         bertos/mware/hex.c \
32         #
33
34 # Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_PCSRC INSTEAD!
35 kernel_footprint_WIZARD_PCSRC = \
36         bertos/mware/formatwr.c \
37         #
38
39 # Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_CPPASRC INSTEAD!
40 kernel_footprint_WIZARD_CPPASRC = \
41         bertos/cpu/avr/hw/switch_ctx_avr.S \
42         #
43
44 # Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_CXXSRC INSTEAD!
45 kernel_footprint_WIZARD_CXXSRC = \
46          \
47         #
48
49 # Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_ASRC INSTEAD!
50 kernel_footprint_WIZARD_ASRC = \
51          \
52         #
53
54 kernel_footprint_CPPFLAGS = -D'CPU_FREQ=(14745600UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(kernel_footprint_HW_PATH) -I$(kernel_footprint_SRC_PATH) $(kernel_footprint_CPU_CPPFLAGS) $(kernel_footprint_USER_CPPFLAGS)
55
56 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
57 kernel_footprint_LDFLAGS = $(kernel_footprint_CPU_LDFLAGS) $(kernel_footprint_WIZARD_LDFLAGS) $(kernel_footprint_USER_LDFLAGS)
58
59 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
60 kernel_footprint_CPPAFLAGS = $(kernel_footprint_CPU_CPPAFLAGS) $(kernel_footprint_WIZARD_CPPAFLAGS) $(kernel_footprint_USER_CPPAFLAGS)
61
62 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
63 kernel_footprint_CSRC = $(kernel_footprint_CPU_CSRC) $(kernel_footprint_WIZARD_CSRC) $(kernel_footprint_USER_CSRC)
64
65 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
66 kernel_footprint_PCSRC = $(kernel_footprint_CPU_PCSRC) $(kernel_footprint_WIZARD_PCSRC) $(kernel_footprint_USER_PCSRC)
67
68 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
69 kernel_footprint_CPPASRC = $(kernel_footprint_CPU_CPPASRC) $(kernel_footprint_WIZARD_CPPASRC) $(kernel_footprint_USER_CPPASRC)
70
71 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
72 kernel_footprint_CXXSRC = $(kernel_footprint_CPU_CXXSRC) $(kernel_footprint_WIZARD_CXXSRC) $(kernel_footprint_USER_CXXSRC)
73
74 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
75 kernel_footprint_ASRC = $(kernel_footprint_CPU_ASRC) $(kernel_footprint_WIZARD_ASRC) $(kernel_footprint_USER_ASRC)
76
77 # CPU specific flags and options, defined in the CPU definition files.
78 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
79 kernel_footprint_DEBUG_SCRIPT = bertos/prg_scripts/nodebug.sh
80 kernel_footprint_PROGRAMMER_CPU = atmega1281
81 kernel_footprint_STOPDEBUG_SCRIPT = bertos/prg_scripts/none.sh
82 kernel_footprint_MCU = atmega1281
83 kernel_footprint_FLASH_SCRIPT = bertos/prg_scripts/avr/flash.sh
84 kernel_footprint_STOPFLASH_SCRIPT = bertos/prg_scripts/avr/stopflash.sh
85 kernel_footprint_CPU_CPPFLAGS = -Os -Ibertos/cpu/avr/
86
87 include $(kernel_footprint_SRC_PATH)/kernel_footprint_user.mk