Fix nightly test warning.
[bertos.git] / boards / at91sam7x-ek / templates / at91sam7x-ek_kernel / at91sam7x-ek_kernel.mk
1 #
2 # Wizard autogenerated makefile.
3 # DO NOT EDIT, use the at91sam7x-ek_kernel_user.mk file instead.
4 #
5
6 # Constants automatically defined by the selected modules
7 at91sam7x-ek_kernel_DEBUG = 1
8
9 # Our target application
10 TRG += at91sam7x-ek_kernel
11
12 at91sam7x-ek_kernel_PREFIX = "arm-none-eabi-"
13
14 at91sam7x-ek_kernel_SUFFIX = ""
15
16 at91sam7x-ek_kernel_SRC_PATH = boards/at91sam7x-ek/templates/at91sam7x-ek_kernel
17
18 at91sam7x-ek_kernel_HW_PATH = boards/at91sam7x-ek
19
20 # Files automatically generated by the wizard. DO NOT EDIT, USE at91sam7x-ek_kernel_USER_CSRC INSTEAD!
21 at91sam7x-ek_kernel_WIZARD_CSRC = \
22         bertos/cpu/arm/drv/ser_arm.c \
23         bertos/cpu/arm/drv/ser_at91.c \
24         bertos/cpu/arm/drv/sysirq_at91.c \
25         bertos/cpu/arm/drv/timer_arm.c \
26         bertos/cpu/arm/drv/timer_at91.c \
27         bertos/drv/ser.c \
28         bertos/drv/timer.c \
29         bertos/io/kfile.c \
30         bertos/kern/monitor.c \
31         bertos/kern/proc.c \
32         bertos/kern/sem.c \
33         bertos/kern/signal.c \
34         bertos/mware/event.c \
35         bertos/mware/formatwr.c \
36         bertos/mware/hex.c \
37         bertos/struct/heap.c \
38         #
39
40 # Files automatically generated by the wizard. DO NOT EDIT, USE at91sam7x-ek_kernel_USER_PCSRC INSTEAD!
41 at91sam7x-ek_kernel_WIZARD_PCSRC = \
42          \
43         #
44
45 # Files automatically generated by the wizard. DO NOT EDIT, USE at91sam7x-ek_kernel_USER_CPPASRC INSTEAD!
46 at91sam7x-ek_kernel_WIZARD_CPPASRC = \
47         bertos/cpu/arm/hw/switch_ctx_arm.S \
48         #
49
50 # Files automatically generated by the wizard. DO NOT EDIT, USE at91sam7x-ek_kernel_USER_CXXSRC INSTEAD!
51 at91sam7x-ek_kernel_WIZARD_CXXSRC = \
52          \
53         #
54
55 # Files automatically generated by the wizard. DO NOT EDIT, USE at91sam7x-ek_kernel_USER_ASRC INSTEAD!
56 at91sam7x-ek_kernel_WIZARD_ASRC = \
57          \
58         #
59
60 at91sam7x-ek_kernel_CPPFLAGS = -D'CPU_FREQ=(48054857UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(at91sam7x-ek_kernel_HW_PATH) -I$(at91sam7x-ek_kernel_SRC_PATH) $(at91sam7x-ek_kernel_CPU_CPPFLAGS) $(at91sam7x-ek_kernel_USER_CPPFLAGS)
61
62 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
63 at91sam7x-ek_kernel_LDFLAGS = $(at91sam7x-ek_kernel_CPU_LDFLAGS) $(at91sam7x-ek_kernel_WIZARD_LDFLAGS) $(at91sam7x-ek_kernel_USER_LDFLAGS)
64
65 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
66 at91sam7x-ek_kernel_CPPAFLAGS = $(at91sam7x-ek_kernel_CPU_CPPAFLAGS) $(at91sam7x-ek_kernel_WIZARD_CPPAFLAGS) $(at91sam7x-ek_kernel_USER_CPPAFLAGS)
67
68 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
69 at91sam7x-ek_kernel_CSRC = $(at91sam7x-ek_kernel_CPU_CSRC) $(at91sam7x-ek_kernel_WIZARD_CSRC) $(at91sam7x-ek_kernel_USER_CSRC)
70
71 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
72 at91sam7x-ek_kernel_PCSRC = $(at91sam7x-ek_kernel_CPU_PCSRC) $(at91sam7x-ek_kernel_WIZARD_PCSRC) $(at91sam7x-ek_kernel_USER_PCSRC)
73
74 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
75 at91sam7x-ek_kernel_CPPASRC = $(at91sam7x-ek_kernel_CPU_CPPASRC) $(at91sam7x-ek_kernel_WIZARD_CPPASRC) $(at91sam7x-ek_kernel_USER_CPPASRC)
76
77 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
78 at91sam7x-ek_kernel_CXXSRC = $(at91sam7x-ek_kernel_CPU_CXXSRC) $(at91sam7x-ek_kernel_WIZARD_CXXSRC) $(at91sam7x-ek_kernel_USER_CXXSRC)
79
80 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
81 at91sam7x-ek_kernel_ASRC = $(at91sam7x-ek_kernel_CPU_ASRC) $(at91sam7x-ek_kernel_WIZARD_ASRC) $(at91sam7x-ek_kernel_USER_ASRC)
82
83 # CPU specific flags and options, defined in the CPU definition files.
84 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
85 at91sam7x-ek_kernel_CPU_CPPASRC = bertos/cpu/arm/hw/crt_arm7tdmi.S bertos/cpu/arm/hw/vectors_at91.S
86 at91sam7x-ek_kernel_CPU_CPPAFLAGS = -g -gdwarf-2
87 at91sam7x-ek_kernel_CPU_CPPFLAGS = -O0 -g3 -gdwarf-2 -fverbose-asm -Ibertos/cpu/arm/ -D__ARM_AT91SAM7X256__
88 at91sam7x-ek_kernel_CPU_CSRC = bertos/cpu/arm/hw/init_at91.c
89 at91sam7x-ek_kernel_PROGRAMMER_CPU = at91sam7
90 at91sam7x-ek_kernel_CPU_LDFLAGS = -nostartfiles -Wl,--no-warn-mismatch -Wl,-dT bertos/cpu/arm/scripts/at91sam7_256_rom.ld
91 at91sam7x-ek_kernel_STOPFLASH_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
92 at91sam7x-ek_kernel_CPU = arm7tdmi
93 at91sam7x-ek_kernel_STOPDEBUG_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
94 at91sam7x-ek_kernel_DEBUG_SCRIPT = bertos/prg_scripts/arm/debug.sh
95 at91sam7x-ek_kernel_FLASH_SCRIPT = bertos/prg_scripts/arm/flash.sh
96
97 include $(at91sam7x-ek_kernel_SRC_PATH)/at91sam7x-ek_kernel_user.mk