################################################################################ # 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 src/subdir.mk -include subdir.mk -include objects.mk ifneq ($(MAKECMDGOALS),clean) ifneq ($(strip $(S_UPPER_DEPS)),) -include $(S_UPPER_DEPS) endif ifneq ($(strip $(C_DEPS)),) -include $(C_DEPS) endif endif -include ../makefile.defs # Add inputs and outputs from these tool invocations to the build variables ELFSIZE += \ udp_reg2.elf.size \ # All Target all: udp_reg2.elf secondary-outputs # Tool invocations udp_reg2.elf: $(OBJS) ../src/lscript.ld $(USER_OBJS) @echo 'Building target: $@' @echo 'Invoking: MicroBlaze gcc linker' mb-gcc -Wl,-T -Wl,../src/lscript.ld -L../../toplevel_bsp1/microblaze_0/lib -mlittle-endian -mcpu=v9.4 -mxl-soft-mul -Wl,--no-relax -Wl,--gc-sections -o "udp_reg2.elf" $(OBJS) $(USER_OBJS) $(LIBS) @echo 'Finished building target: $@' @echo ' ' udp_reg2.elf.size: udp_reg2.elf @echo 'Invoking: MicroBlaze Print Size' mb-size udp_reg2.elf |tee "udp_reg2.elf.size" @echo 'Finished building: $@' @echo ' ' # Other Targets clean: -$(RM) $(EXECUTABLES)$(OBJS)$(S_UPPER_DEPS)$(C_DEPS)$(ELFSIZE) udp_reg2.elf -@echo ' ' secondary-outputs: $(ELFSIZE) .PHONY: all clean dependents .SECONDARY: -include ../makefile.targets