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

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

OBJS += \
./main.o 

C_DEPS += \
./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 -ID:\FABRIC_SRAM_INIT\SoftConsole\FABRIC_SRAM_INIT_MSS_CM3\FABRIC_SRAM_INIT_MSS_CM3_hw_platform -ID:\FABRIC_SRAM_INIT\SoftConsole\FABRIC_SRAM_INIT_MSS_CM3\FABRIC_SRAM_INIT_MSS_CM3_hw_platform\CMSIS -ID:\FABRIC_SRAM_INIT\SoftConsole\FABRIC_SRAM_INIT_MSS_CM3\FABRIC_SRAM_INIT_MSS_CM3_hw_platform\CMSIS\startup_gcc -ID:\FABRIC_SRAM_INIT\SoftConsole\FABRIC_SRAM_INIT_MSS_CM3\FABRIC_SRAM_INIT_MSS_CM3_hw_platform\drivers -ID:\FABRIC_SRAM_INIT\SoftConsole\FABRIC_SRAM_INIT_MSS_CM3\FABRIC_SRAM_INIT_MSS_CM3_hw_platform\drivers\mss_uart -ID:\FABRIC_SRAM_INIT\SoftConsole\FABRIC_SRAM_INIT_MSS_CM3\FABRIC_SRAM_INIT_MSS_CM3_hw_platform\drivers_config -ID:\FABRIC_SRAM_INIT\SoftConsole\FABRIC_SRAM_INIT_MSS_CM3\FABRIC_SRAM_INIT_MSS_CM3_hw_platform\drivers_config\sys_config -ID:\FABRIC_SRAM_INIT\SoftConsole\FABRIC_SRAM_INIT_MSS_CM3\FABRIC_SRAM_INIT_MSS_CM3_hw_platform\hal -ID:\FABRIC_SRAM_INIT\SoftConsole\FABRIC_SRAM_INIT_MSS_CM3\FABRIC_SRAM_INIT_MSS_CM3_hw_platform\hal\CortexM3 -ID:\FABRIC_SRAM_INIT\SoftConsole\FABRIC_SRAM_INIT_MSS_CM3\FABRIC_SRAM_INIT_MSS_CM3_hw_platform\hal\CortexM3\GNU -O0 -ffunction-sections -fdata-sections -g3 -Wall -c -fmessage-length=0 -v -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '


