Fix kfile.c source include to allow the developers to build preset inside bertos.
[bertos.git] / boards / ek-lm3s1968 / 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/ek-lm3s1968/benchmark/context_switch
17
18 context_switch_HW_PATH = boards/ek-lm3s1968
19
20 # Files automatically generated by the wizard. DO NOT EDIT, USE context_switch_USER_CSRC INSTEAD!
21 context_switch_WIZARD_CSRC = \
22         bertos/benchmark/context_switch.c \
23         bertos/cpu/cortex-m3/hw/switch_ctx_cm3.c \
24         bertos/io/kfile.c \
25         bertos/cpu/cortex-m3/drv/timer_cm3.c \
26         bertos/drv/timer.c \
27         bertos/mware/formatwr.c \
28         bertos/cpu/cortex-m3/drv/ser_lm3s.c \
29         bertos/mware/event.c \
30         bertos/kern/proc.c \
31         bertos/drv/ser.c \
32         bertos/mware/hex.c \
33         bertos/kern/signal.c \
34         #
35
36 # Files automatically generated by the wizard. DO NOT EDIT, USE context_switch_USER_PCSRC INSTEAD!
37 context_switch_WIZARD_PCSRC = \
38          \
39         #
40
41 # Files automatically generated by the wizard. DO NOT EDIT, USE context_switch_USER_CPPASRC INSTEAD!
42 context_switch_WIZARD_CPPASRC = \
43          \
44         #
45
46 # Files automatically generated by the wizard. DO NOT EDIT, USE context_switch_USER_CXXSRC INSTEAD!
47 context_switch_WIZARD_CXXSRC = \
48          \
49         #
50
51 # Files automatically generated by the wizard. DO NOT EDIT, USE context_switch_USER_ASRC INSTEAD!
52 context_switch_WIZARD_ASRC = \
53          \
54         #
55
56 context_switch_CPPFLAGS = -D'CPU_FREQ=(50000000UL)' -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)
57
58 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
59 context_switch_LDFLAGS = $(context_switch_CPU_LDFLAGS) $(context_switch_WIZARD_LDFLAGS) $(context_switch_USER_LDFLAGS)
60
61 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
62 context_switch_CPPAFLAGS = $(context_switch_CPU_CPPAFLAGS) $(context_switch_WIZARD_CPPAFLAGS) $(context_switch_USER_CPPAFLAGS)
63
64 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
65 context_switch_CSRC = $(context_switch_CPU_CSRC) $(context_switch_WIZARD_CSRC) $(context_switch_USER_CSRC)
66
67 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
68 context_switch_PCSRC = $(context_switch_CPU_PCSRC) $(context_switch_WIZARD_PCSRC) $(context_switch_USER_PCSRC)
69
70 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
71 context_switch_CPPASRC = $(context_switch_CPU_CPPASRC) $(context_switch_WIZARD_CPPASRC) $(context_switch_USER_CPPASRC)
72
73 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
74 context_switch_CXXSRC = $(context_switch_CPU_CXXSRC) $(context_switch_WIZARD_CXXSRC) $(context_switch_USER_CXXSRC)
75
76 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
77 context_switch_ASRC = $(context_switch_CPU_ASRC) $(context_switch_WIZARD_ASRC) $(context_switch_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 context_switch_CPU_CPPASRC = bertos/cpu/cortex-m3/hw/crt_cm3.S bertos/cpu/cortex-m3/hw/vectors_cm3.S
82 context_switch_CPU_CPPAFLAGS = -g -gdwarf-2 -mthumb -mno-thumb-interwork
83 context_switch_CPU_CPPFLAGS = -O0 -g3 -gdwarf-2 -mthumb -mno-thumb-interwork -fno-strict-aliasing -fwrapv -fverbose-asm -Ibertos/cpu/cortex-m3/ -D__ARM_LM3S1968__
84 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_lm3s.c bertos/cpu/cortex-m3/drv/clock_lm3s.c
85 context_switch_PROGRAMMER_CPU = lm3s
86 context_switch_STOPFLASH_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
87 context_switch_CPU = cortex-m3
88 context_switch_STOPDEBUG_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
89 context_switch_DEBUG_SCRIPT = bertos/prg_scripts/arm/debug.sh
90 context_switch_CPU_LDFLAGS = -mthumb -mno-thumb-interwork -nostartfiles -Wl,--no-warn-mismatch -T bertos/cpu/cortex-m3/scripts/lm3s1968_rom.ld
91 context_switch_FLASH_SCRIPT = bertos/prg_scripts/arm/flash-lm3s.sh
92
93 include $(context_switch_SRC_PATH)/context_switch_user.mk
94