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

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

S_SRCS += \
../CMSIS/startup_gcc/startup_m2sxxx.s 

OBJS += \
./CMSIS/startup_gcc/newlib_stubs.o \
./CMSIS/startup_gcc/startup_m2sxxx.o 

C_DEPS += \
./CMSIS/startup_gcc/newlib_stubs.d 


# Each subdirectory must supply rules for building sources it contributes
CMSIS/startup_gcc/%.o: ../CMSIS/startup_gcc/%.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 -g -Wall -c -fmessage-length=0 -O2 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '

CMSIS/startup_gcc/%.o: ../CMSIS/startup_gcc/%.s
	@echo 'Building file: $<'
	@echo 'Invoking: GNU Assembler'
	arm-none-eabi-gcc -c -mthumb -mcpu=cortex-m3 -specs=bare.specs  -o"$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '


