################################################################################
# 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 -DNDEBUG -ID:\Microsemi_prj\PCIE_Demo\SoftConsole\PCIe_Demo_MSS_CM3\PCIe_Demo_MSS_CM3_hw_platform -ID:\Microsemi_prj\PCIE_Demo\SoftConsole\PCIe_Demo_MSS_CM3\PCIe_Demo_MSS_CM3_hw_platform\CMSIS -ID:\Microsemi_prj\PCIE_Demo\SoftConsole\PCIe_Demo_MSS_CM3\PCIe_Demo_MSS_CM3_hw_platform\CMSIS\startup_gcc -ID:\Microsemi_prj\PCIE_Demo\SoftConsole\PCIe_Demo_MSS_CM3\PCIe_Demo_MSS_CM3_hw_platform\drivers_config -ID:\Microsemi_prj\PCIE_Demo\SoftConsole\PCIe_Demo_MSS_CM3\PCIe_Demo_MSS_CM3_hw_platform\drivers_config\sys_config -ID:\Microsemi_prj\PCIE_Demo\SoftConsole\PCIe_Demo_MSS_CM3\PCIe_Demo_MSS_CM3_hw_platform\hal -ID:\Microsemi_prj\PCIE_Demo\SoftConsole\PCIe_Demo_MSS_CM3\PCIe_Demo_MSS_CM3_hw_platform\hal\CortexM3 -ID:\Microsemi_prj\PCIE_Demo\SoftConsole\PCIe_Demo_MSS_CM3\PCIe_Demo_MSS_CM3_hw_platform\hal\CortexM3\GNU -O2 -ffunction-sections -fdata-sections -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '


