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

# Add inputs and outputs from these tool invocations to the build variables 
C_SRCS += \
../miv_rv32_hal/miv_rv32_hal.c \
../miv_rv32_hal/miv_rv32_init.c \
../miv_rv32_hal/miv_rv32_stubs.c \
../miv_rv32_hal/miv_rv32_syscall.c 

S_UPPER_SRCS += \
../miv_rv32_hal/miv_rv32_entry.S 

OBJS += \
./miv_rv32_hal/miv_rv32_entry.o \
./miv_rv32_hal/miv_rv32_hal.o \
./miv_rv32_hal/miv_rv32_init.o \
./miv_rv32_hal/miv_rv32_stubs.o \
./miv_rv32_hal/miv_rv32_syscall.o 

S_UPPER_DEPS += \
./miv_rv32_hal/miv_rv32_entry.d 

C_DEPS += \
./miv_rv32_hal/miv_rv32_hal.d \
./miv_rv32_hal/miv_rv32_init.d \
./miv_rv32_hal/miv_rv32_stubs.d \
./miv_rv32_hal/miv_rv32_syscall.d 


# Each subdirectory must supply rules for building sources it contributes
miv_rv32_hal/%.o: ../miv_rv32_hal/%.S miv_rv32_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 ' '

miv_rv32_hal/%.o: ../miv_rv32_hal/%.c miv_rv32_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 ' '


