Reorder and add other tests.
[bertos.git] / boards / at91sam7x-ek / benchmark / context_switch / 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/at91sam7x-ek/benchmark/context_switch
17
18 context_switch_HW_PATH = boards/at91sam7x-ek
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/arm/drv/timer_at91.c \
23         bertos/benchmark/context_switch.c \
24         bertos/kern/signal.c \
25         bertos/io/kfile.c \
26         bertos/cpu/arm/drv/sysirq_at91.c \
27         bertos/struct/heap.c \
28         bertos/cpu/arm/drv/ser_arm.c \
29         bertos/cpu/arm/drv/timer_arm.c \
30         bertos/cpu/arm/drv/ser_at91.c \
31         bertos/drv/timer.c \
32         bertos/mware/event.c \
33         bertos/kern/proc.c \
34         bertos/mware/formatwr.c \
35         bertos/drv/ser.c \
36         bertos/mware/hex.c \
37         #
38
39 # Files automatically generated by the wizard. DO NOT EDIT, USE context_switch_USER_PCSRC INSTEAD!
40 context_switch_WIZARD_PCSRC = \
41          \
42         #
43
44 # Files automatically generated by the wizard. DO NOT EDIT, USE context_switch_USER_CPPASRC INSTEAD!
45 context_switch_WIZARD_CPPASRC = \
46         bertos/cpu/arm/hw/switch_ctx_arm.S \
47         #
48
49 # Files automatically generated by the wizard. DO NOT EDIT, USE context_switch_USER_CXXSRC INSTEAD!
50 context_switch_WIZARD_CXXSRC = \
51          \
52         #
53
54 # Files automatically generated by the wizard. DO NOT EDIT, USE context_switch_USER_ASRC INSTEAD!
55 context_switch_WIZARD_ASRC = \
56          \
57         #
58
59 context_switch_CPPFLAGS = -D'CPU_FREQ=(48054857UL)' -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)
60
61 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
62 context_switch_LDFLAGS = $(context_switch_CPU_LDFLAGS) $(context_switch_WIZARD_LDFLAGS) $(context_switch_USER_LDFLAGS)
63
64 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
65 context_switch_CPPAFLAGS = $(context_switch_CPU_CPPAFLAGS) $(context_switch_WIZARD_CPPAFLAGS) $(context_switch_USER_CPPAFLAGS)
66
67 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
68 context_switch_CSRC = $(context_switch_CPU_CSRC) $(context_switch_WIZARD_CSRC) $(context_switch_USER_CSRC)
69
70 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
71 context_switch_PCSRC = $(context_switch_CPU_PCSRC) $(context_switch_WIZARD_PCSRC) $(context_switch_USER_PCSRC)
72
73 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
74 context_switch_CPPASRC = $(context_switch_CPU_CPPASRC) $(context_switch_WIZARD_CPPASRC) $(context_switch_USER_CPPASRC)
75
76 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
77 context_switch_CXXSRC = $(context_switch_CPU_CXXSRC) $(context_switch_WIZARD_CXXSRC) $(context_switch_USER_CXXSRC)
78
79 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
80 context_switch_ASRC = $(context_switch_CPU_ASRC) $(context_switch_WIZARD_ASRC) $(context_switch_USER_ASRC)
81
82 # CPU specific flags and options, defined in the CPU definition files.
83 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
84 context_switch_CPU_CPPASRC = bertos/cpu/arm/hw/crt_arm7tdmi.S bertos/cpu/arm/hw/vectors_at91.S
85 context_switch_CPU_CPPAFLAGS = -g -gdwarf-2
86 context_switch_CPU_CPPFLAGS = -O0 -g3 -gdwarf-2 -fverbose-asm -Ibertos/cpu/arm/ -D__ARM_AT91SAM7X256__
87 context_switch_CPU_CSRC = bertos/cpu/arm/hw/init_at91.c
88 context_switch_PROGRAMMER_CPU = at91sam7
89 context_switch_STOPFLASH_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
90 context_switch_CPU = arm7tdmi
91 context_switch_STOPDEBUG_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
92 context_switch_DEBUG_SCRIPT = bertos/prg_scripts/arm/debug.sh
93 context_switch_CPU_LDFLAGS = -nostartfiles -Wl,--no-warn-mismatch -T bertos/cpu/arm/scripts/at91sam7_256_rom.ld
94 context_switch_FLASH_SCRIPT = bertos/prg_scripts/arm/flash.sh
95
96 include $(context_switch_SRC_PATH)/context_switch_user.mk