Update projects.
[bertos.git] / boards / at91sam7x-ek / benchmark / at91sam7x-ek_kernel_footprint / at91sam7x-ek_kernel_footprint.mk
1 #
2 # Wizard autogenerated makefile.
3 # DO NOT EDIT, use the at91sam7x-ek_kernel_footprint_user.mk file instead.
4 #
5
6 # Constants automatically defined by the selected modules
7
8
9 # Our target application
10 TRG += at91sam7x-ek_kernel_footprint
11
12 at91sam7x-ek_kernel_footprint_PREFIX = "arm-none-eabi-"
13
14 at91sam7x-ek_kernel_footprint_SUFFIX = ""
15
16 at91sam7x-ek_kernel_footprint_SRC_PATH = boards/at91sam7x-ek/benchmark/at91sam7x-ek_kernel_footprint
17
18 at91sam7x-ek_kernel_footprint_HW_PATH = boards/at91sam7x-ek
19
20 # Files automatically generated by the wizard. DO NOT EDIT, USE at91sam7x-ek_kernel_footprint_USER_CSRC INSTEAD!
21 at91sam7x-ek_kernel_footprint_WIZARD_CSRC = \
22         bertos/benchmark/kernel_footprint.c \
23         bertos/cpu/arm/drv/sysirq_at91.c \
24         bertos/cpu/arm/drv/timer_arm.c \
25         bertos/cpu/arm/drv/timer_at91.c \
26         bertos/drv/timer.c \
27         bertos/io/kfile.c \
28         bertos/kern/proc.c \
29         bertos/kern/sem.c \
30         bertos/kern/signal.c \
31         bertos/mware/event.c \
32         bertos/mware/formatwr.c \
33         bertos/mware/hex.c \
34         bertos/struct/heap.c \
35         #
36
37 # Files automatically generated by the wizard. DO NOT EDIT, USE at91sam7x-ek_kernel_footprint_USER_PCSRC INSTEAD!
38 at91sam7x-ek_kernel_footprint_WIZARD_PCSRC = \
39          \
40         #
41
42 # Files automatically generated by the wizard. DO NOT EDIT, USE at91sam7x-ek_kernel_footprint_USER_CPPASRC INSTEAD!
43 at91sam7x-ek_kernel_footprint_WIZARD_CPPASRC = \
44         bertos/cpu/arm/hw/switch_ctx_arm.S \
45         #
46
47 # Files automatically generated by the wizard. DO NOT EDIT, USE at91sam7x-ek_kernel_footprint_USER_CXXSRC INSTEAD!
48 at91sam7x-ek_kernel_footprint_WIZARD_CXXSRC = \
49          \
50         #
51
52 # Files automatically generated by the wizard. DO NOT EDIT, USE at91sam7x-ek_kernel_footprint_USER_ASRC INSTEAD!
53 at91sam7x-ek_kernel_footprint_WIZARD_ASRC = \
54          \
55         #
56
57 at91sam7x-ek_kernel_footprint_CPPFLAGS = -D'CPU_FREQ=(48023000UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(at91sam7x-ek_kernel_footprint_HW_PATH) -I$(at91sam7x-ek_kernel_footprint_SRC_PATH) $(at91sam7x-ek_kernel_footprint_CPU_CPPFLAGS) $(at91sam7x-ek_kernel_footprint_USER_CPPFLAGS)
58
59 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
60 at91sam7x-ek_kernel_footprint_LDFLAGS = $(at91sam7x-ek_kernel_footprint_CPU_LDFLAGS) $(at91sam7x-ek_kernel_footprint_WIZARD_LDFLAGS) $(at91sam7x-ek_kernel_footprint_USER_LDFLAGS)
61
62 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
63 at91sam7x-ek_kernel_footprint_CPPAFLAGS = $(at91sam7x-ek_kernel_footprint_CPU_CPPAFLAGS) $(at91sam7x-ek_kernel_footprint_WIZARD_CPPAFLAGS) $(at91sam7x-ek_kernel_footprint_USER_CPPAFLAGS)
64
65 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
66 at91sam7x-ek_kernel_footprint_CSRC = $(at91sam7x-ek_kernel_footprint_CPU_CSRC) $(at91sam7x-ek_kernel_footprint_WIZARD_CSRC) $(at91sam7x-ek_kernel_footprint_USER_CSRC)
67
68 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
69 at91sam7x-ek_kernel_footprint_PCSRC = $(at91sam7x-ek_kernel_footprint_CPU_PCSRC) $(at91sam7x-ek_kernel_footprint_WIZARD_PCSRC) $(at91sam7x-ek_kernel_footprint_USER_PCSRC)
70
71 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
72 at91sam7x-ek_kernel_footprint_CPPASRC = $(at91sam7x-ek_kernel_footprint_CPU_CPPASRC) $(at91sam7x-ek_kernel_footprint_WIZARD_CPPASRC) $(at91sam7x-ek_kernel_footprint_USER_CPPASRC)
73
74 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
75 at91sam7x-ek_kernel_footprint_CXXSRC = $(at91sam7x-ek_kernel_footprint_CPU_CXXSRC) $(at91sam7x-ek_kernel_footprint_WIZARD_CXXSRC) $(at91sam7x-ek_kernel_footprint_USER_CXXSRC)
76
77 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
78 at91sam7x-ek_kernel_footprint_ASRC = $(at91sam7x-ek_kernel_footprint_CPU_ASRC) $(at91sam7x-ek_kernel_footprint_WIZARD_ASRC) $(at91sam7x-ek_kernel_footprint_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 at91sam7x-ek_kernel_footprint_CPU_CPPASRC = bertos/cpu/arm/hw/crt_arm7tdmi.S bertos/cpu/arm/hw/vectors_at91.S
83 at91sam7x-ek_kernel_footprint_CPU_CPPAFLAGS = -g -gdwarf-2
84 at91sam7x-ek_kernel_footprint_CPU_CPPFLAGS = -O0 -g3 -gdwarf-2 -fverbose-asm -Ibertos/cpu/arm/ -D__ARM_AT91SAM7X256__
85 at91sam7x-ek_kernel_footprint_CPU_CSRC = bertos/cpu/arm/hw/init_at91.c
86 at91sam7x-ek_kernel_footprint_PROGRAMMER_CPU = at91sam7
87 at91sam7x-ek_kernel_footprint_CPU_LDFLAGS = -nostartfiles -Wl,--no-warn-mismatch -Wl,-dT bertos/cpu/arm/scripts/at91sam7_256_rom.ld
88 at91sam7x-ek_kernel_footprint_STOPFLASH_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
89 at91sam7x-ek_kernel_footprint_CPU = arm7tdmi
90 at91sam7x-ek_kernel_footprint_STOPDEBUG_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
91 at91sam7x-ek_kernel_footprint_DEBUG_SCRIPT = bertos/prg_scripts/arm/debug.sh
92 at91sam7x-ek_kernel_footprint_FLASH_SCRIPT = bertos/prg_scripts/arm/flash.sh
93
94 include $(at91sam7x-ek_kernel_footprint_SRC_PATH)/at91sam7x-ek_kernel_footprint_user.mk