################################################################################
# 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_UPPER_SRCS += \
../CMSIS/startup_gcc/startup_m2sxxx.S 

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

S_UPPER_DEPS += \
./CMSIS/startup_gcc/startup_m2sxxx.d 

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 ARM Cross C Compiler'
	arm-none-eabi-gcc -mcpu=cortex-m3 -mthumb -O2 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -I"C:\tcl_update\extra_5\438_v1\SoftConsole\FIR_FILTER_MSS_CM3\FIR_FILTER_MSS_CM3_hw_platform" -I"C:\tcl_update\extra_5\438_v1\SoftConsole\FIR_FILTER_MSS_CM3\FIR_FILTER_MSS_CM3_hw_platform\CMSIS" -I"C:\tcl_update\extra_5\438_v1\SoftConsole\FIR_FILTER_MSS_CM3\FIR_FILTER_MSS_CM3_hw_platform\CMSIS\startup_gcc" -I"C:\tcl_update\extra_5\438_v1\SoftConsole\FIR_FILTER_MSS_CM3\FIR_FILTER_MSS_CM3_hw_platform\drivers\mss_gpio" -I"C:\tcl_update\extra_5\438_v1\SoftConsole\FIR_FILTER_MSS_CM3\FIR_FILTER_MSS_CM3_hw_platform\drivers\mss_nvm" -I"C:\tcl_update\extra_5\438_v1\SoftConsole\FIR_FILTER_MSS_CM3\FIR_FILTER_MSS_CM3_hw_platform\drivers\mss_uart" -I"C:\tcl_update\extra_5\438_v1\SoftConsole\FIR_FILTER_MSS_CM3\FIR_FILTER_MSS_CM3_hw_platform\drivers_config" -I"C:\tcl_update\extra_5\438_v1\SoftConsole\FIR_FILTER_MSS_CM3\FIR_FILTER_MSS_CM3_hw_platform\drivers_config\sys_config" -I"C:\tcl_update\extra_5\438_v1\SoftConsole\FIR_FILTER_MSS_CM3\FIR_FILTER_MSS_CM3_hw_platform\hal" -I"C:\tcl_update\extra_5\438_v1\SoftConsole\FIR_FILTER_MSS_CM3\FIR_FILTER_MSS_CM3_hw_platform\hal\CortexM3" -I"C:\tcl_update\extra_5\438_v1\SoftConsole\FIR_FILTER_MSS_CM3\FIR_FILTER_MSS_CM3_hw_platform\hal\CortexM3\GNU" -std=gnu11 --specs=cmsis.specs -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '

CMSIS/startup_gcc/%.o: ../CMSIS/startup_gcc/%.S
	@echo 'Building file: $<'
	@echo 'Invoking: GNU ARM Cross Assembler'
	arm-none-eabi-gcc -mcpu=cortex-m3 -mthumb -O2 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '


