################################################################################
# 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 mykonos/mykonos_debug/subdir.mk
-include mykonos/subdir.mk
-include firmware/miv_rv32_hal/subdir.mk
-include firmware/hal/subdir.mk
-include firmware/drivers/CoreUARTapb/subdir.mk
-include firmware/drivers/CoreSPI/subdir.mk
-include firmware/drivers/CoreI2C/subdir.mk
-include firmware/drivers/CoreGPIO/subdir.mk
-include ad9528/subdir.mk
-include subdir.mk
-include objects.mk

ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(ASM_DEPS)),)
-include $(ASM_DEPS)
endif
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 
SECONDARY_FLASH += \
basic_multi_freq_Working.hex \

SECONDARY_SIZE += \
basic_multi_freq_Working.siz \


# All Target
all: basic_multi_freq_Working.elf secondary-outputs

# Tool invocations
basic_multi_freq_Working.elf: $(OBJS) $(USER_OBJS)
	@echo 'Building target: $@'
	@echo 'Invoking: GNU RISC-V Cross C Linker'
	riscv64-unknown-elf-gcc -march=rv32im -mabi=ilp32 -mcmodel=medany -msmall-data-limit=8 -mno-save-restore -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections  -g3 -T "E:\wireless_work\phase2\libero_testing\PFVK_SDR_CAM_JPEG_ISP_DDR_UPDATED_QP_LLR\Sofconsole\basic_multi_freq_Working\sram_linker.ld" -nostartfiles -Xlinker --gc-sections -Wl,-Map,"basic_multi_freq_Working.map" --specs=nano.specs -Wl,--wrap=printf -o "basic_multi_freq_Working.elf" $(OBJS) $(USER_OBJS) $(LIBS)
	@echo 'Finished building target: $@'
	@echo ' '

basic_multi_freq_Working.hex: basic_multi_freq_Working.elf
	@echo 'Invoking: GNU RISC-V Cross Create Flash Image'
	riscv64-unknown-elf-objcopy -O ihex --change-section-lma *-0x80000000 "basic_multi_freq_Working.elf"  "basic_multi_freq_Working.hex"
	@echo 'Finished building: $@'
	@echo ' '

basic_multi_freq_Working.siz: basic_multi_freq_Working.elf
	@echo 'Invoking: GNU RISC-V Cross Print Size'
	riscv64-unknown-elf-size --format=berkeley "basic_multi_freq_Working.elf"
	@echo 'Finished building: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) $(OBJS)$(SECONDARY_FLASH)$(SECONDARY_SIZE)$(ASM_DEPS)$(S_UPPER_DEPS)$(C_DEPS) basic_multi_freq_Working.elf
	-@echo ' '

secondary-outputs: $(SECONDARY_FLASH) $(SECONDARY_SIZE)

.PHONY: all clean dependents

-include ../makefile.targets
