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

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

LD_SRCS += \
../src/lscript.ld 

OBJS += \
./src/core_0_boot.o 

C_DEPS += \
./src/core_0_boot.d 


# Each subdirectory must supply rules for building sources it contributes
src/%.o: ../src/%.c
	@echo Building file: $<
	@echo Invoking: MicroBlaze gcc compiler
	mb-gcc -Wall -O3 -I../../core_0_bsp/microblaze_0/include -I"../src\FreeRTOS_SMP\include" -I"../src\FreeRTOS_SMP\portable\GCC\MicroBlaze" -c -fmessage-length=0 -mxl-barrel-shift -mxl-pattern-compare -mno-xl-soft-div -mcpu=v8.20.b -mno-xl-soft-mul -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
	@echo Finished building: $<
	@echo ' '


