Rename project to insert it into nightly test.
[bertos.git] / boards / stm32-p103 / benchmark / stm32-p103_context_switch / stm32-p103_context_switch.mk
1 #
2 # Wizard autogenerated makefile.
3 # DO NOT EDIT, use the context_switch_user.mk file instead.
4 #
5
6 # Constants automatically defined by the selected modules
7
8
9 # Our target application
10 TRG += context_switch
11
12 context_switch_PREFIX = "arm-none-eabi-"
13
14 context_switch_SUFFIX = ""
15
16 context_switch_SRC_PATH = boards/stm32-p103/benchmark
17
18 context_switch_HW_PATH = boards/stm32-p103
19
20 # Files automatically generated by the wizard. DO NOT EDIT, USE context_switch_USER_CSRC INSTEAD!
21 context_switch_WIZARD_CSRC = \
22         bertos/cpu/cortex-m3/drv/ser_stm32.c \
23         bertos/cpu/cortex-m3/hw/switch_ctx_cm3.c \
24         bertos/mware/event.c \
25         bertos/cpu/cortex-m3/drv/timer_cm3.c \
26         bertos/struct/heap.c \
27         bertos/benchmark/context_switch.c \
28         bertos/io/kfile.c \
29         bertos/mware/formatwr.c \
30         bertos/drv/timer.c \
31         bertos/kern/signal.c \
32         bertos/kern/proc.c \
33         bertos/drv/ser.c \
34         bertos/mware/hex.c \
35         #
36
37 # Files automatically generated by the wizard. DO NOT EDIT, USE context_switch_USER_PCSRC INSTEAD!
38 context_switch_WIZARD_PCSRC = \
39          \
40         #
41
42 # Files automatically generated by the wizard. DO NOT EDIT, USE context_switch_USER_CPPASRC INSTEAD!
43 context_switch_WIZARD_CPPASRC = \
44          \
45         #
46
47 # Files automatically generated by the wizard. DO NOT EDIT, USE context_switch_USER_CXXSRC INSTEAD!
48 context_switch_WIZARD_CXXSRC = \
49          \
50         #
51
52 # Files automatically generated by the wizard. DO NOT EDIT, USE context_switch_USER_ASRC INSTEAD!
53 context_switch_WIZARD_ASRC = \
54          \
55         #
56
57 context_switch_CPPFLAGS = -D'CPU_FREQ=(72000000UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(context_switch_HW_PATH) -I$(context_switch_SRC_PATH) $(context_switch_CPU_CPPFLAGS) $(context_switch_USER_CPPFLAGS)
58
59 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
60 context_switch_LDFLAGS = $(context_switch_CPU_LDFLAGS) $(context_switch_WIZARD_LDFLAGS) $(context_switch_USER_LDFLAGS)
61
62 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
63 context_switch_CPPAFLAGS = $(context_switch_CPU_CPPAFLAGS) $(context_switch_WIZARD_CPPAFLAGS) $(context_switch_USER_CPPAFLAGS)
64
65 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
66 context_switch_CSRC = $(context_switch_CPU_CSRC) $(context_switch_WIZARD_CSRC) $(context_switch_USER_CSRC)
67
68 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
69 context_switch_PCSRC = $(context_switch_CPU_PCSRC) $(context_switch_WIZARD_PCSRC) $(context_switch_USER_PCSRC)
70
71 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
72 context_switch_CPPASRC = $(context_switch_CPU_CPPASRC) $(context_switch_WIZARD_CPPASRC) $(context_switch_USER_CPPASRC)
73
74 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
75 context_switch_CXXSRC = $(context_switch_CPU_CXXSRC) $(context_switch_WIZARD_CXXSRC) $(context_switch_USER_CXXSRC)
76
77 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
78 context_switch_ASRC = $(context_switch_CPU_ASRC) $(context_switch_WIZARD_ASRC) $(context_switch_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 context_switch_CPU_CPPASRC = bertos/cpu/cortex-m3/hw/crt_cm3.S bertos/cpu/cortex-m3/hw/vectors_cm3.S
83 context_switch_CPU_CPPAFLAGS = -g -gdwarf-2 -mthumb -mno-thumb-interwork
84 context_switch_CPU_CPPFLAGS = -O0 -g3 -gdwarf-2 -mthumb -mno-thumb-interwork -fno-strict-aliasing -fwrapv -fverbose-asm -Ibertos/cpu/cortex-m3/ -D__ARM_STM32F103RB__
85 context_switch_CPU_CSRC = bertos/cpu/cortex-m3/hw/init_cm3.c bertos/cpu/cortex-m3/drv/irq_cm3.c bertos/cpu/cortex-m3/drv/gpio_stm32.c bertos/cpu/cortex-m3/drv/clock_stm32.c
86 context_switch_PROGRAMMER_CPU = stm32
87 context_switch_CPU_LDFLAGS = -mthumb -mno-thumb-interwork -nostartfiles -Wl,--no-warn-mismatch -T bertos/cpu/cortex-m3/scripts/stm32f103rb_rom.ld
88 context_switch_STOPFLASH_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
89 context_switch_CPU = cortex-m3
90 context_switch_STOPDEBUG_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
91 context_switch_DEBUG_SCRIPT = bertos/prg_scripts/arm/debug.sh
92 context_switch_FLASH_SCRIPT = bertos/prg_scripts/arm/flash-stm32.sh
93
94 include $(context_switch_SRC_PATH)/context_switch_user.mk