4de3136ab6e156ded2b1347b243d0445505732fd
[bertos.git] / boards / ek-lm3s1968 / 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 = "arm-none-eabi-"
13
14 kernel_footprint_SUFFIX = ""
15
16 kernel_footprint_SRC_PATH = boards/ek-lm3s1968/benchmarck/kernel_footprint
17
18 kernel_footprint_HW_PATH = boards/ek-lm3s1968
19
20 # Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_CSRC INSTEAD!
21 kernel_footprint_WIZARD_CSRC = \
22         bertos/cpu/cortex-m3/hw/switch_ctx_cm3.c \
23         bertos/kern/kfile.c \
24         bertos/cpu/cortex-m3/drv/timer_cm3.c \
25         bertos/struct/heap.c \
26         bertos/mware/formatwr.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         bertos/kern/signal.c \
33         #
34
35 # Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_PCSRC INSTEAD!
36 kernel_footprint_WIZARD_PCSRC = \
37          \
38         #
39
40 # Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_CPPASRC INSTEAD!
41 kernel_footprint_WIZARD_CPPASRC = \
42          \
43         #
44
45 # Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_CXXSRC INSTEAD!
46 kernel_footprint_WIZARD_CXXSRC = \
47          \
48         #
49
50 # Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_ASRC INSTEAD!
51 kernel_footprint_WIZARD_ASRC = \
52          \
53         #
54
55 kernel_footprint_CPPFLAGS = -D'CPU_FREQ=(50000000UL)' -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)
56
57 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
58 kernel_footprint_LDFLAGS = $(kernel_footprint_CPU_LDFLAGS) $(kernel_footprint_WIZARD_LDFLAGS) $(kernel_footprint_USER_LDFLAGS)
59
60 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
61 kernel_footprint_CPPAFLAGS = $(kernel_footprint_CPU_CPPAFLAGS) $(kernel_footprint_WIZARD_CPPAFLAGS) $(kernel_footprint_USER_CPPAFLAGS)
62
63 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
64 kernel_footprint_CSRC = $(kernel_footprint_CPU_CSRC) $(kernel_footprint_WIZARD_CSRC) $(kernel_footprint_USER_CSRC)
65
66 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
67 kernel_footprint_PCSRC = $(kernel_footprint_CPU_PCSRC) $(kernel_footprint_WIZARD_PCSRC) $(kernel_footprint_USER_PCSRC)
68
69 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
70 kernel_footprint_CPPASRC = $(kernel_footprint_CPU_CPPASRC) $(kernel_footprint_WIZARD_CPPASRC) $(kernel_footprint_USER_CPPASRC)
71
72 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
73 kernel_footprint_CXXSRC = $(kernel_footprint_CPU_CXXSRC) $(kernel_footprint_WIZARD_CXXSRC) $(kernel_footprint_USER_CXXSRC)
74
75 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
76 kernel_footprint_ASRC = $(kernel_footprint_CPU_ASRC) $(kernel_footprint_WIZARD_ASRC) $(kernel_footprint_USER_ASRC)
77
78 # CPU specific flags and options, defined in the CPU definition files.
79 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
80 kernel_footprint_CPU_CPPASRC = bertos/cpu/cortex-m3/hw/crt_cm3.S bertos/cpu/cortex-m3/hw/vectors_cm3.S 
81 kernel_footprint_CPU_CPPAFLAGS = -g -gdwarf-2 -mthumb -mno-thumb-interwork
82 kernel_footprint_CPU_CPPFLAGS = -O0 -g3 -gdwarf-2 -mthumb -mno-thumb-interwork -fno-strict-aliasing -fwrapv -fverbose-asm -Ibertos/cpu/cortex-m3/ -D__ARM_LM3S1968__
83 kernel_footprint_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 
84 kernel_footprint_PROGRAMMER_CPU = lm3s
85 kernel_footprint_STOPFLASH_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
86 kernel_footprint_CPU = cortex-m3
87 kernel_footprint_STOPDEBUG_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
88 kernel_footprint_DEBUG_SCRIPT = bertos/prg_scripts/arm/debug.sh
89 kernel_footprint_CPU_LDFLAGS = -mthumb -mno-thumb-interwork -nostartfiles -Wl,--no-warn-mismatch -T bertos/cpu/cortex-m3/scripts/lm3s1968_rom.ld
90 kernel_footprint_FLASH_SCRIPT = bertos/prg_scripts/arm/flash-lm3s.sh
91
92 include $(kernel_footprint_SRC_PATH)/kernel_footprint_user.mk