Rename to insert project into the nightly test.
[bertos.git] / boards / at91sam7x-ek / templates / at91sam7x-ek_empty / at91sam7x-ek_empty.mk
1 #
2 # Wizard autogenerated makefile.
3 # DO NOT EDIT, use the empty_user.mk file instead.
4 #
5
6 # Constants automatically defined by the selected modules
7 empty_DEBUG = 1
8
9 # Our target application
10 TRG += empty
11
12 empty_PREFIX = "arm-none-eabi-"
13
14 empty_SUFFIX = ""
15
16 empty_SRC_PATH = boards/at91sam7x-ek/templates/empty
17
18 empty_HW_PATH = boards/at91sam7x-ek
19
20 # Files automatically generated by the wizard. DO NOT EDIT, USE empty_USER_CSRC INSTEAD!
21 empty_WIZARD_CSRC = \
22         bertos/cpu/arm/drv/timer_at91.c \
23         bertos/kern/signal.c \
24         bertos/io/kfile.c \
25         bertos/cpu/arm/drv/sysirq_at91.c \
26         bertos/struct/heap.c \
27         bertos/cpu/arm/drv/ser_arm.c \
28         bertos/cpu/arm/drv/timer_arm.c \
29         bertos/cpu/arm/drv/ser_at91.c \
30         bertos/drv/timer.c \
31         bertos/mware/event.c \
32         bertos/kern/proc.c \
33         bertos/mware/formatwr.c \
34         bertos/drv/ser.c \
35         bertos/mware/hex.c \
36         #
37
38 # Files automatically generated by the wizard. DO NOT EDIT, USE empty_USER_PCSRC INSTEAD!
39 empty_WIZARD_PCSRC = \
40          \
41         #
42
43 # Files automatically generated by the wizard. DO NOT EDIT, USE empty_USER_CPPASRC INSTEAD!
44 empty_WIZARD_CPPASRC = \
45         bertos/cpu/arm/hw/switch_ctx_arm.S \
46         #
47
48 # Files automatically generated by the wizard. DO NOT EDIT, USE empty_USER_CXXSRC INSTEAD!
49 empty_WIZARD_CXXSRC = \
50          \
51         #
52
53 # Files automatically generated by the wizard. DO NOT EDIT, USE empty_USER_ASRC INSTEAD!
54 empty_WIZARD_ASRC = \
55          \
56         #
57
58 empty_CPPFLAGS = -D'CPU_FREQ=(48054857UL)' -D'ARCH=(ARCH_DEFAULT)' -D'WIZ_AUTOGEN' -I$(empty_HW_PATH) -I$(empty_SRC_PATH) $(empty_CPU_CPPFLAGS) $(empty_USER_CPPFLAGS)
59
60 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
61 empty_LDFLAGS = $(empty_CPU_LDFLAGS) $(empty_WIZARD_LDFLAGS) $(empty_USER_LDFLAGS)
62
63 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
64 empty_CPPAFLAGS = $(empty_CPU_CPPAFLAGS) $(empty_WIZARD_CPPAFLAGS) $(empty_USER_CPPAFLAGS)
65
66 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
67 empty_CSRC = $(empty_CPU_CSRC) $(empty_WIZARD_CSRC) $(empty_USER_CSRC)
68
69 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
70 empty_PCSRC = $(empty_CPU_PCSRC) $(empty_WIZARD_PCSRC) $(empty_USER_PCSRC)
71
72 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
73 empty_CPPASRC = $(empty_CPU_CPPASRC) $(empty_WIZARD_CPPASRC) $(empty_USER_CPPASRC)
74
75 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
76 empty_CXXSRC = $(empty_CPU_CXXSRC) $(empty_WIZARD_CXXSRC) $(empty_USER_CXXSRC)
77
78 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
79 empty_ASRC = $(empty_CPU_ASRC) $(empty_WIZARD_ASRC) $(empty_USER_ASRC)
80
81 # CPU specific flags and options, defined in the CPU definition files.
82 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
83 empty_CPU_CPPASRC = bertos/cpu/arm/hw/crt_arm7tdmi.S bertos/cpu/arm/hw/vectors_at91.S
84 empty_CPU_CPPAFLAGS = -g -gdwarf-2
85 empty_CPU_CPPFLAGS = -O0 -g3 -gdwarf-2 -fverbose-asm -Ibertos/cpu/arm/ -D__ARM_AT91SAM7X256__
86 empty_CPU_CSRC = bertos/cpu/arm/hw/init_at91.c
87 empty_PROGRAMMER_CPU = at91sam7
88 empty_CPU_LDFLAGS = -nostartfiles -Wl,--no-warn-mismatch -T bertos/cpu/arm/scripts/at91sam7_256_rom.ld
89 empty_STOPFLASH_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
90 empty_CPU = arm7tdmi
91 empty_STOPDEBUG_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
92 empty_DEBUG_SCRIPT = bertos/prg_scripts/arm/debug.sh
93 empty_FLASH_SCRIPT = bertos/prg_scripts/arm/flash.sh
94
95 include $(empty_SRC_PATH)/empty_user.mk