85de168b55aba5655cc76dc42273a518c0e11601
[bertos.git] / boards / at91sam7x-ek / benchmark / kernel_footprint_coop / kernel_footprint_coop.mk
1 #
2 # Wizard autogenerated makefile.
3 # DO NOT EDIT, use the kernel_footprint_coop_user.mk file instead.
4 #
5
6 # Constants automatically defined by the selected modules
7
8
9 # Our target application
10 TRG += kernel_footprint_coop
11
12 kernel_footprint_coop_PREFIX = "arm-none-eabi-"
13
14 kernel_footprint_coop_SUFFIX = ""
15
16 kernel_footprint_coop_SRC_PATH = boards/at91sam7x-ek/benchmark/kernel_footprint_coop
17
18 kernel_footprint_coop_HW_PATH = boards/at91sam7x-ek
19
20 # Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_coop_USER_CSRC INSTEAD!
21 kernel_footprint_coop_WIZARD_CSRC = \
22         bertos/cpu/arm/drv/timer_arm.c \
23         bertos/kern/signal.c \
24         bertos/kern/sem.c \
25         bertos/cpu/arm/drv/sysirq_at91.c \
26         bertos/cpu/arm/drv/timer_at91.c \
27         bertos/drv/timer.c \
28         bertos/mware/event.c \
29         bertos/kern/proc.c \
30         #
31
32 # Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_coop_USER_PCSRC INSTEAD!
33 kernel_footprint_coop_WIZARD_PCSRC = \
34          \
35         #
36
37 # Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_coop_USER_CPPASRC INSTEAD!
38 kernel_footprint_coop_WIZARD_CPPASRC = \
39         bertos/cpu/arm/hw/switch_ctx_arm.S \
40         #
41
42 # Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_coop_USER_CXXSRC INSTEAD!
43 kernel_footprint_coop_WIZARD_CXXSRC = \
44          \
45         #
46
47 # Files automatically generated by the wizard. DO NOT EDIT, USE kernel_footprint_coop_USER_ASRC INSTEAD!
48 kernel_footprint_coop_WIZARD_ASRC = \
49          \
50         #
51
52 kernel_footprint_coop_CPPFLAGS = -D'CPU_FREQ=(48023000UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(kernel_footprint_coop_HW_PATH) -I$(kernel_footprint_coop_SRC_PATH) $(kernel_footprint_coop_CPU_CPPFLAGS) $(kernel_footprint_coop_USER_CPPFLAGS)
53
54 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
55 kernel_footprint_coop_LDFLAGS = $(kernel_footprint_coop_CPU_LDFLAGS) $(kernel_footprint_coop_WIZARD_LDFLAGS) $(kernel_footprint_coop_USER_LDFLAGS)
56
57 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
58 kernel_footprint_coop_CPPAFLAGS = $(kernel_footprint_coop_CPU_CPPAFLAGS) $(kernel_footprint_coop_WIZARD_CPPAFLAGS) $(kernel_footprint_coop_USER_CPPAFLAGS)
59
60 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
61 kernel_footprint_coop_CSRC = $(kernel_footprint_coop_CPU_CSRC) $(kernel_footprint_coop_WIZARD_CSRC) $(kernel_footprint_coop_USER_CSRC)
62
63 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
64 kernel_footprint_coop_PCSRC = $(kernel_footprint_coop_CPU_PCSRC) $(kernel_footprint_coop_WIZARD_PCSRC) $(kernel_footprint_coop_USER_PCSRC)
65
66 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
67 kernel_footprint_coop_CPPASRC = $(kernel_footprint_coop_CPU_CPPASRC) $(kernel_footprint_coop_WIZARD_CPPASRC) $(kernel_footprint_coop_USER_CPPASRC)
68
69 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
70 kernel_footprint_coop_CXXSRC = $(kernel_footprint_coop_CPU_CXXSRC) $(kernel_footprint_coop_WIZARD_CXXSRC) $(kernel_footprint_coop_USER_CXXSRC)
71
72 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
73 kernel_footprint_coop_ASRC = $(kernel_footprint_coop_CPU_ASRC) $(kernel_footprint_coop_WIZARD_ASRC) $(kernel_footprint_coop_USER_ASRC)
74
75 # CPU specific flags and options, defined in the CPU definition files.
76 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
77 kernel_footprint_coop_CPU_CPPASRC = bertos/cpu/arm/hw/crt_arm7tdmi.S bertos/cpu/arm/hw/vectors_at91.S
78 kernel_footprint_coop_CPU_CPPAFLAGS = -g -gdwarf-2
79 kernel_footprint_coop_CPU_CPPFLAGS = -O0 -g3 -gdwarf-2 -fverbose-asm -Ibertos/cpu/arm/ -D__ARM_AT91SAM7X256__
80 kernel_footprint_coop_CPU_CSRC = bertos/cpu/arm/hw/init_at91.c
81 kernel_footprint_coop_PROGRAMMER_CPU = at91sam7
82 kernel_footprint_coop_CPU_LDFLAGS = -nostartfiles -Wl,--no-warn-mismatch -T bertos/cpu/arm/scripts/at91sam7_256_rom.ld
83 kernel_footprint_coop_STOPFLASH_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
84 kernel_footprint_coop_CPU = arm7tdmi
85 kernel_footprint_coop_STOPDEBUG_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
86 kernel_footprint_coop_DEBUG_SCRIPT = bertos/prg_scripts/arm/debug.sh
87 kernel_footprint_coop_FLASH_SCRIPT = bertos/prg_scripts/arm/flash.sh
88
89 include $(kernel_footprint_coop_SRC_PATH)/kernel_footprint_coop_user.mk