################################################################################
# Automatically-generated file. Do not edit!
################################################################################

# Add inputs and outputs from these tool invocations to the build variables 
C_SRCS += \
../hal/hal_irq.c 

S_UPPER_SRCS += \
../hal/hw_reg_access.S 

OBJS += \
./hal/hal_irq.o \
./hal/hw_reg_access.o 

S_UPPER_DEPS += \
./hal/hw_reg_access.d 

C_DEPS += \
./hal/hal_irq.d 


# Each subdirectory must supply rules for building sources it contributes
hal/%.o: ../hal/%.c hal/subdir.mk
	@echo 'Building file: $<'
	@echo 'Invoking: GNU RISC-V Cross C Compiler'
	riscv64-unknown-elf-gcc -march=rv32im -mabi=ilp32 -msmall-data-limit=8 -mno-save-restore -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections  -g3 -I"C:\2023\Microchip_Projects\Design_updates\2023.2\rtg4_an4947_v2022p3_df\rtg4_an4947_v2022p3_df\SoftConsole\miv-rv32im-bootloader" -I"C:\2023\Microchip_Projects\Design_updates\2023.2\rtg4_an4947_v2022p3_df\rtg4_an4947_v2022p3_df\SoftConsole\miv-rv32im-bootloader\miv_rv32_hal" -I"C:\2023\Microchip_Projects\Design_updates\2023.2\rtg4_an4947_v2022p3_df\rtg4_an4947_v2022p3_df\SoftConsole\miv-rv32im-bootloader\drivers\CoreSPI" -I"C:\2023\Microchip_Projects\Design_updates\2023.2\rtg4_an4947_v2022p3_df\rtg4_an4947_v2022p3_df\SoftConsole\miv-rv32im-bootloader\mt25ql01gbbb" -I"C:\2023\Microchip_Projects\Design_updates\2023.2\rtg4_an4947_v2022p3_df\rtg4_an4947_v2022p3_df\SoftConsole\miv-rv32im-bootloader\drivers\CoreGPIO" -I"C:\2023\Microchip_Projects\Design_updates\2023.2\rtg4_an4947_v2022p3_df\rtg4_an4947_v2022p3_df\SoftConsole\miv-rv32im-bootloader\drivers\CoreUARTapb" -I"C:\2023\Microchip_Projects\Design_updates\2023.2\rtg4_an4947_v2022p3_df\rtg4_an4947_v2022p3_df\SoftConsole\miv-rv32im-bootloader\hal" -std=gnu11 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -c -o "$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '

hal/%.o: ../hal/%.S hal/subdir.mk
	@echo 'Building file: $<'
	@echo 'Invoking: GNU RISC-V Cross Assembler'
	riscv64-unknown-elf-gcc -march=rv32im -mabi=ilp32 -msmall-data-limit=8 -mno-save-restore -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections  -g3 -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -c -o "$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '


