21ec62bee71000121f0680adcc2d0131

来自「自学ZedBoard:使用IP通过ARM PS访问FPGA(源代码)」· 代码 · 共 59 行

TXT
59
字号
################################################################################
# Automatically-generated file. Do not edit!
################################################################################

-include ../makefile.init

RM := rm -rf

# All of the sources participating in the build are defined here
-include sources.mk
-include subdir.mk
-include src/subdir.mk
-include objects.mk

ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(C_DEPS)),)
-include $(C_DEPS)
endif
ifneq ($(strip $(S_UPPER_DEPS)),)
-include $(S_UPPER_DEPS)
endif
endif

-include ../makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 
ELFSIZE += \memory_tests_0.elf.size \

# All Target
all: memory_tests_0.elf secondary-outputs

# Tool invocations
memory_tests_0.elf: $(OBJS) ../src/lscript.ld $(USER_OBJS)
	@echo Building target: $@
	@echo Invoking: ARM gcc linker
	arm-xilinx-eabi-gcc -Wl,-T -Wl,../src/lscript.ld -L../../memory_tests_bsp_0/ps7_cortexa9_0/lib -o"memory_tests_0.elf" $(OBJS) $(USER_OBJS) $(LIBS)
	@echo Finished building target: $@
	@echo ' '

memory_tests_0.elf.size: memory_tests_0.elf
	@echo Invoking: ARM Print Size
	arm-xilinx-eabi-size memory_tests_0.elf  |tee "memory_tests_0.elf.size"
	@echo Finished building: $@
	@echo ' '

# Other Targets
clean:
	-$(RM) $(OBJS)$(C_DEPS)$(EXECUTABLES)$(ELFSIZE)$(S_UPPER_DEPS) memory_tests_0.elf
	-@echo ' '

secondary-outputs: $(ELFSIZE)

.PHONY: all clean dependents
.SECONDARY:

-include ../makefile.targets

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?