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

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

OBJS += \
./src/FreeRTOS_SMP/list.o \
./src/FreeRTOS_SMP/tasks.o 

C_DEPS += \
./src/FreeRTOS_SMP/list.d \
./src/FreeRTOS_SMP/tasks.d 


# Each subdirectory must supply rules for building sources it contributes
src/FreeRTOS_SMP/%.o: ../src/FreeRTOS_SMP/%.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 -mcpu=v8.20.b -mno-xl-soft-mul -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
	@echo Finished building: $<
	@echo ' '


