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

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

OBJS += \
./cache.o \
./main.o 

C_DEPS += \
./cache.d \
./main.d 


# Each subdirectory must supply rules for building sources it contributes
%.o: ../%.c
	@echo 'Building file: $<'
	@echo 'Invoking: GNU C Compiler'
	arm-none-eabi-gcc -mthumb -mcpu=cortex-m3 -DMICROSEMI_STDIO_THRU_MMUART1 -I"D:\Libero11.7\AC389\m2s_ac389_liberov11p6_df\LiberoProject\CacheConfiguration\SoftConsole\CacheConfiguration_MSS_CM3\projects\cacheable_LPDDR_image_stack_in_LPDDR\drivers\mss_uart" -I"D:\Libero11.7\AC389\m2s_ac389_liberov11p6_df\LiberoProject\CacheConfiguration\SoftConsole\CacheConfiguration_MSS_CM3\projects\cacheable_LPDDR_image_stack_in_LPDDR\drivers\mss_timer" -I"D:\Libero11.7\AC389\m2s_ac389_liberov11p6_df\LiberoProject\CacheConfiguration\SoftConsole\CacheConfiguration_MSS_CM3\projects\cacheable_LPDDR_image_stack_in_LPDDR\CMSIS" -O0 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '


