Update projects.
[bertos.git] / boards / at91sam7x-ek / templates / at91sam7x-ek_empty / at91sam7x-ek_empty.mk
1 #
2 # Wizard autogenerated makefile.
3 # DO NOT EDIT, use the at91sam7x-ek_empty_user.mk file instead.
4 #
5
6 # Constants automatically defined by the selected modules
7 at91sam7x-ek_empty_DEBUG = 1
8
9 # Our target application
10 TRG += at91sam7x-ek_empty
11
12 at91sam7x-ek_empty_PREFIX = "arm-none-eabi-"
13
14 at91sam7x-ek_empty_SUFFIX = ""
15
16 at91sam7x-ek_empty_SRC_PATH = boards/at91sam7x-ek/templates/at91sam7x-ek_empty
17
18 at91sam7x-ek_empty_HW_PATH = boards/at91sam7x-ek
19
20 # Files automatically generated by the wizard. DO NOT EDIT, USE at91sam7x-ek_empty_USER_CSRC INSTEAD!
21 at91sam7x-ek_empty_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/mware/event.c \
31         bertos/mware/formatwr.c \
32         bertos/mware/hex.c \
33         bertos/struct/heap.c \
34         #
35
36 # Files automatically generated by the wizard. DO NOT EDIT, USE at91sam7x-ek_empty_USER_PCSRC INSTEAD!
37 at91sam7x-ek_empty_WIZARD_PCSRC = \
38          \
39         #
40
41 # Files automatically generated by the wizard. DO NOT EDIT, USE at91sam7x-ek_empty_USER_CPPASRC INSTEAD!
42 at91sam7x-ek_empty_WIZARD_CPPASRC = \
43          \
44         #
45
46 # Files automatically generated by the wizard. DO NOT EDIT, USE at91sam7x-ek_empty_USER_CXXSRC INSTEAD!
47 at91sam7x-ek_empty_WIZARD_CXXSRC = \
48          \
49         #
50
51 # Files automatically generated by the wizard. DO NOT EDIT, USE at91sam7x-ek_empty_USER_ASRC INSTEAD!
52 at91sam7x-ek_empty_WIZARD_ASRC = \
53          \
54         #
55
56 at91sam7x-ek_empty_CPPFLAGS = -D'CPU_FREQ=(48023000UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(at91sam7x-ek_empty_HW_PATH) -I$(at91sam7x-ek_empty_SRC_PATH) $(at91sam7x-ek_empty_CPU_CPPFLAGS) $(at91sam7x-ek_empty_USER_CPPFLAGS)
57
58 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
59 at91sam7x-ek_empty_LDFLAGS = $(at91sam7x-ek_empty_CPU_LDFLAGS) $(at91sam7x-ek_empty_WIZARD_LDFLAGS) $(at91sam7x-ek_empty_USER_LDFLAGS)
60
61 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
62 at91sam7x-ek_empty_CPPAFLAGS = $(at91sam7x-ek_empty_CPU_CPPAFLAGS) $(at91sam7x-ek_empty_WIZARD_CPPAFLAGS) $(at91sam7x-ek_empty_USER_CPPAFLAGS)
63
64 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
65 at91sam7x-ek_empty_CSRC = $(at91sam7x-ek_empty_CPU_CSRC) $(at91sam7x-ek_empty_WIZARD_CSRC) $(at91sam7x-ek_empty_USER_CSRC)
66
67 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
68 at91sam7x-ek_empty_PCSRC = $(at91sam7x-ek_empty_CPU_PCSRC) $(at91sam7x-ek_empty_WIZARD_PCSRC) $(at91sam7x-ek_empty_USER_PCSRC)
69
70 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
71 at91sam7x-ek_empty_CPPASRC = $(at91sam7x-ek_empty_CPU_CPPASRC) $(at91sam7x-ek_empty_WIZARD_CPPASRC) $(at91sam7x-ek_empty_USER_CPPASRC)
72
73 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
74 at91sam7x-ek_empty_CXXSRC = $(at91sam7x-ek_empty_CPU_CXXSRC) $(at91sam7x-ek_empty_WIZARD_CXXSRC) $(at91sam7x-ek_empty_USER_CXXSRC)
75
76 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
77 at91sam7x-ek_empty_ASRC = $(at91sam7x-ek_empty_CPU_ASRC) $(at91sam7x-ek_empty_WIZARD_ASRC) $(at91sam7x-ek_empty_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 at91sam7x-ek_empty_CPU_CPPASRC = bertos/cpu/arm/hw/crt_arm7tdmi.S bertos/cpu/arm/hw/vectors_at91.S
82 at91sam7x-ek_empty_CPU_CPPAFLAGS = -g -gdwarf-2
83 at91sam7x-ek_empty_CPU_CPPFLAGS = -O0 -g3 -gdwarf-2 -fverbose-asm -Ibertos/cpu/arm/ -D__ARM_AT91SAM7X256__
84 at91sam7x-ek_empty_CPU_CSRC = bertos/cpu/arm/hw/init_at91.c
85 at91sam7x-ek_empty_PROGRAMMER_CPU = at91sam7
86 at91sam7x-ek_empty_CPU_LDFLAGS = -nostartfiles -Wl,--no-warn-mismatch -Wl,-dT bertos/cpu/arm/scripts/at91sam7_256_rom.ld
87 at91sam7x-ek_empty_STOPFLASH_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
88 at91sam7x-ek_empty_CPU = arm7tdmi
89 at91sam7x-ek_empty_STOPDEBUG_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
90 at91sam7x-ek_empty_DEBUG_SCRIPT = bertos/prg_scripts/arm/debug.sh
91 at91sam7x-ek_empty_FLASH_SCRIPT = bertos/prg_scripts/arm/flash.sh
92
93 include $(at91sam7x-ek_empty_SRC_PATH)/at91sam7x-ek_empty_user.mk