Rename prj to insert it into nightly test.
[bertos.git] / boards / sam3n-ek / benchmark / sam3n-ek_kernel_footprint / sam3n-ek_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/sam3n-ek/benchmark/kernel_footprint
17
18 kernel_footprint_HW_PATH = boards/sam3n-ek
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/mware/event.c \
24         bertos/kern/sem.c \
25         bertos/cpu/cortex-m3/drv/timer_cm3.c \
26         bertos/struct/heap.c \
27         bertos/io/kfile.c \
28         bertos/mware/formatwr.c \
29         bertos/drv/timer.c \
30         bertos/kern/signal.c \
31         bertos/kern/proc.c \
32         bertos/benchmark/kernel_footprint.c \
33         bertos/mware/hex.c \
34         #
35
36 # Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_PCSRC INSTEAD!
37 kernel_footprint_WIZARD_PCSRC = \
38          \
39         #
40
41 # Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_CPPASRC INSTEAD!
42 kernel_footprint_WIZARD_CPPASRC = \
43          \
44         #
45
46 # Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_CXXSRC INSTEAD!
47 kernel_footprint_WIZARD_CXXSRC = \
48          \
49         #
50
51 # Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_USER_ASRC INSTEAD!
52 kernel_footprint_WIZARD_ASRC = \
53          \
54         #
55
56 kernel_footprint_CPPFLAGS = -D'CPU_FREQ=(48000000UL)' -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)
57
58 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
59 kernel_footprint_LDFLAGS = $(kernel_footprint_CPU_LDFLAGS) $(kernel_footprint_WIZARD_LDFLAGS) $(kernel_footprint_USER_LDFLAGS)
60
61 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
62 kernel_footprint_CPPAFLAGS = $(kernel_footprint_CPU_CPPAFLAGS) $(kernel_footprint_WIZARD_CPPAFLAGS) $(kernel_footprint_USER_CPPAFLAGS)
63
64 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
65 kernel_footprint_CSRC = $(kernel_footprint_CPU_CSRC) $(kernel_footprint_WIZARD_CSRC) $(kernel_footprint_USER_CSRC)
66
67 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
68 kernel_footprint_PCSRC = $(kernel_footprint_CPU_PCSRC) $(kernel_footprint_WIZARD_PCSRC) $(kernel_footprint_USER_PCSRC)
69
70 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
71 kernel_footprint_CPPASRC = $(kernel_footprint_CPU_CPPASRC) $(kernel_footprint_WIZARD_CPPASRC) $(kernel_footprint_USER_CPPASRC)
72
73 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
74 kernel_footprint_CXXSRC = $(kernel_footprint_CPU_CXXSRC) $(kernel_footprint_WIZARD_CXXSRC) $(kernel_footprint_USER_CXXSRC)
75
76 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
77 kernel_footprint_ASRC = $(kernel_footprint_CPU_ASRC) $(kernel_footprint_WIZARD_ASRC) $(kernel_footprint_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 kernel_footprint_CPU_CPPASRC = bertos/cpu/cortex-m3/hw/crt_cm3.S bertos/cpu/cortex-m3/hw/vectors_cm3.S 
82 kernel_footprint_CPU_CPPAFLAGS = -g -gdwarf-2 -mthumb -mno-thumb-interwork
83 kernel_footprint_CPU_CPPFLAGS = -O0 -g3 -gdwarf-2 -mthumb -mno-thumb-interwork -fno-strict-aliasing -fwrapv -fverbose-asm -Ibertos/cpu/cortex-m3/ -D__ARM_SAM3N4__
84 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/clock_sam3.c 
85 kernel_footprint_PROGRAMMER_CPU = sam3
86 kernel_footprint_STOPFLASH_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
87 kernel_footprint_CPU = cortex-m3
88 kernel_footprint_STOPDEBUG_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
89 kernel_footprint_DEBUG_SCRIPT = bertos/prg_scripts/arm/debug.sh
90 kernel_footprint_CPU_LDFLAGS = -mthumb -mno-thumb-interwork -nostartfiles -Wl,--no-warn-mismatch -T bertos/cpu/cortex-m3/scripts/sam3n4_rom.ld
91 kernel_footprint_FLASH_SCRIPT = bertos/prg_scripts/arm/flash-sam3.sh
92
93 include $(kernel_footprint_SRC_PATH)/kernel_footprint_user.mk