7ec65d8fd01af19606a1da4f083eac4d5000b8ac
[bertos.git] / examples / test / armtest.mk
1 #
2 # Wizard autogenerated makefile.
3 # DO NOT EDIT, use the armtest_user.mk file instead.
4 #
5
6 # Constants automatically defined by the selected modules
7 armtest_DEBUG = 1
8
9 # Our target application
10 TRG += armtest
11
12 armtest_PREFIX = "arm-none-eabi-"
13
14 armtest_SUFFIX = ""
15
16 armtest_SRC_PATH = examples/test
17
18 armtest_HW_PATH = bertos/hw
19
20 # Files automatically generated by the wizard. DO NOT EDIT, USE armtest_USER_CSRC INSTEAD!
21 armtest_WIZARD_CSRC = \
22         #
23
24 # Files automatically generated by the wizard. DO NOT EDIT, USE armtest_USER_PCSRC INSTEAD!
25 armtest_WIZARD_PCSRC = \
26          \
27         #
28
29 # Files automatically generated by the wizard. DO NOT EDIT, USE armtest_USER_CPPASRC INSTEAD!
30 armtest_WIZARD_CPPASRC = \
31          \
32         #
33
34 # Files automatically generated by the wizard. DO NOT EDIT, USE armtest_USER_CXXSRC INSTEAD!
35 armtest_WIZARD_CXXSRC = \
36          \
37         #
38
39 # Files automatically generated by the wizard. DO NOT EDIT, USE armtest_USER_ASRC INSTEAD!
40 armtest_WIZARD_ASRC = \
41          \
42         #
43
44 armtest_CPPFLAGS = -D'CPU_FREQ=(48055000UL)' -D'ARCH=(ARCH_NIGHTTEST)' -D'WIZ_AUTOGEN' -I$(armtest_HW_PATH) -I$(armtest_SRC_PATH) $(armtest_CPU_CPPFLAGS) $(armtest_USER_CPPFLAGS)
45
46 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
47 armtest_LDFLAGS = $(armtest_CPU_LDFLAGS) $(armtest_WIZARD_LDFLAGS) $(armtest_USER_LDFLAGS)
48
49 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
50 armtest_CPPAFLAGS = $(armtest_CPU_CPPAFLAGS) $(armtest_WIZARD_CPPAFLAGS) $(armtest_USER_CPPAFLAGS)
51
52 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
53 armtest_CSRC = $(armtest_CPU_CSRC) $(armtest_WIZARD_CSRC) $(armtest_USER_CSRC)
54
55 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
56 armtest_PCSRC = $(armtest_CPU_PCSRC) $(armtest_WIZARD_PCSRC) $(armtest_USER_PCSRC)
57
58 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
59 armtest_CPPASRC = $(armtest_CPU_CPPASRC) $(armtest_WIZARD_CPPASRC) $(armtest_USER_CPPASRC)
60
61 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
62 armtest_CXXSRC = $(armtest_CPU_CXXSRC) $(armtest_WIZARD_CXXSRC) $(armtest_USER_CXXSRC)
63
64 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
65 armtest_ASRC = $(armtest_CPU_ASRC) $(armtest_WIZARD_ASRC) $(armtest_USER_ASRC)
66
67 # CPU specific flags and options, defined in the CPU definition files.
68 # Automatically generated by the wizard. PLEASE DO NOT EDIT!
69 armtest_CPU_CPPASRC = bertos/cpu/arm/hw/crt_arm7tdmi.S bertos/cpu/arm/hw/vectors_at91.S
70 armtest_CPU_CPPAFLAGS = -g -gdwarf-2
71 armtest_CPU_CPPFLAGS = -O0 -g3 -gdwarf-2 -fverbose-asm -Ibertos/cpu/arm/ -D__ARM_AT91SAM7X256__
72 armtest_CPU_CSRC =
73 armtest_PROGRAMMER_CPU = at91sam7
74 armtest_CPU_LDFLAGS = -nostartfiles -Wl,--no-warn-mismatch -T bertos/cpu/arm/scripts/at91sam7_256_rom.ld
75 armtest_STOPFLASH_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
76 armtest_CPU = arm7tdmi
77 armtest_STOPDEBUG_SCRIPT = bertos/prg_scripts/arm/stopopenocd.sh
78 armtest_DEBUG_SCRIPT = bertos/prg_scripts/arm/debug.sh
79 armtest_FLASH_SCRIPT = bertos/prg_scripts/arm/flash.sh
80
81 include $(armtest_SRC_PATH)/armtest_user.mk