summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'boot_loader/examples/i2c/nor/evmc6657l/build/makefile')
-rwxr-xr-xboot_loader/examples/i2c/nor/evmc6657l/build/makefile150
1 files changed, 150 insertions, 0 deletions
diff --git a/boot_loader/examples/i2c/nor/evmc6657l/build/makefile b/boot_loader/examples/i2c/nor/evmc6657l/build/makefile
new file mode 100755
index 0000000..4a70b84
--- /dev/null
+++ b/boot_loader/examples/i2c/nor/evmc6657l/build/makefile
@@ -0,0 +1,150 @@
1################################################################################
2# Automatically-generated file. Do not edit!
3################################################################################
4
5
6CG_TOOL_ROOT = $(C6X_GEN_INSTALL_PATH)
7
8ORDERED_OBJS += \
9"./src/i2c_boot_nor_example.obj" \
10"../i2c_boot_nor_example.cmd" \
11$(GEN_CMDS__FLAG) \
12-l"ti.platform.evm6657l.ae66" \
13-l"ti.csl.ae66" \
14-l"libc.a" \
15
16-include ../makefile.init
17
18RM = rm
19RMDIR = rm -rf
20
21# All of the sources participating in the build are defined here
22-include sources.mk
23-include subdir_vars.mk
24-include src/subdir_vars.mk
25-include subdir_rules.mk
26-include src/subdir_rules.mk
27-include objects.mk
28
29ifneq ($(MAKECMDGOALS),clean)
30ifneq ($(strip $(S_DEPS)),)
31-include $(S_DEPS)
32endif
33ifneq ($(strip $(S_UPPER_DEPS)),)
34-include $(S_UPPER_DEPS)
35endif
36ifneq ($(strip $(S62_DEPS)),)
37-include $(S62_DEPS)
38endif
39ifneq ($(strip $(C64_DEPS)),)
40-include $(C64_DEPS)
41endif
42ifneq ($(strip $(ASM_DEPS)),)
43-include $(ASM_DEPS)
44endif
45ifneq ($(strip $(CC_DEPS)),)
46-include $(CC_DEPS)
47endif
48ifneq ($(strip $(S55_DEPS)),)
49-include $(S55_DEPS)
50endif
51ifneq ($(strip $(C67_DEPS)),)
52-include $(C67_DEPS)
53endif
54ifneq ($(strip $(CLA_DEPS)),)
55-include $(CLA_DEPS)
56endif
57ifneq ($(strip $(C??_DEPS)),)
58-include $(C??_DEPS)
59endif
60ifneq ($(strip $(CPP_DEPS)),)
61-include $(CPP_DEPS)
62endif
63ifneq ($(strip $(S??_DEPS)),)
64-include $(S??_DEPS)
65endif
66ifneq ($(strip $(C_DEPS)),)
67-include $(C_DEPS)
68endif
69ifneq ($(strip $(C62_DEPS)),)
70-include $(C62_DEPS)
71endif
72ifneq ($(strip $(CXX_DEPS)),)
73-include $(CXX_DEPS)
74endif
75ifneq ($(strip $(C++_DEPS)),)
76-include $(C++_DEPS)
77endif
78ifneq ($(strip $(ASM_UPPER_DEPS)),)
79-include $(ASM_UPPER_DEPS)
80endif
81ifneq ($(strip $(K_DEPS)),)
82-include $(K_DEPS)
83endif
84ifneq ($(strip $(C43_DEPS)),)
85-include $(C43_DEPS)
86endif
87ifneq ($(strip $(INO_DEPS)),)
88-include $(INO_DEPS)
89endif
90ifneq ($(strip $(S67_DEPS)),)
91-include $(S67_DEPS)
92endif
93ifneq ($(strip $(SA_DEPS)),)
94-include $(SA_DEPS)
95endif
96ifneq ($(strip $(S43_DEPS)),)
97-include $(S43_DEPS)
98endif
99ifneq ($(strip $(OPT_DEPS)),)
100-include $(OPT_DEPS)
101endif
102ifneq ($(strip $(PDE_DEPS)),)
103-include $(PDE_DEPS)
104endif
105ifneq ($(strip $(S64_DEPS)),)
106-include $(S64_DEPS)
107endif
108ifneq ($(strip $(C_UPPER_DEPS)),)
109-include $(C_UPPER_DEPS)
110endif
111ifneq ($(strip $(C55_DEPS)),)
112-include $(C55_DEPS)
113endif
114endif
115
116-include ../makefile.defs
117
118# Add inputs and outputs from these tool invocations to the build variables
119EXE_OUTPUTS += \
120../bin/i2cnorboot_evm6657l.out \
121
122EXE_OUTPUTS__QUOTED += \
123"../bin/i2cnorboot_evm6657l.out" \
124
125
126# All Target
127all: ../bin/i2cnorboot_evm6657l.out
128
129# Tool invocations
130../bin/i2cnorboot_evm6657l.out: $(OBJS) $(CMD_SRCS) $(GEN_CMDS)
131 @echo 'Building target: $@'
132 @echo 'Invoking: C6000 Linker'
133 mkdir -p ../bin
134 "$(CG_TOOL_ROOT)/bin/cl6x" -mv6600 --abi=eabi -g --display_error_number --diag_warning=225 -z -m"../bin/i2cnorboot_evm6657l.map" -i"$(CG_TOOL_ROOT)/lib" -i"$(CG_TOOL_ROOT)/include" -i"$(PDK_INSTALL_PATH)/ti/platform/evmc6657l/platform_lib/lib/debug" -i"$(PDK_INSTALL_PATH)/ti/csl/lib/c6657/c66" --reread_libs --warn_sections --xml_link_info="../bin/i2cnorboot_evm6657l_linkInfo.xml" --rom_model -o "../bin/i2cnorboot_evm6657l.out" $(ORDERED_OBJS)
135 @echo 'Finished building target: $@'
136 @echo ' '
137
138# Other Targets
139clean:
140 -$(RM) $(EXE_OUTPUTS__QUOTED)
141 -$(RM) "src/i2c_boot_nor_example.pp"
142 -$(RM) "src/i2c_boot_nor_example.obj"
143 -@echo 'Finished clean'
144 -@echo ' '
145
146.PHONY: all clean dependents
147.SECONDARY:
148
149-include ../makefile.targets
150