################################################################################
# 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 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections  -g -I"C:\ParthA\ac390_v2\ac_390_softconsole\sample_image_eNVM_128KB\CMSIS" -I"C:\ParthA\ac390_v2\ac_390_softconsole\sample_image_eNVM_128KB\CMSIS\startup_gcc" -I"C:\ParthA\ac390_v2\ac_390_softconsole\sample_image_eNVM_128KB\drivers" -I"C:\ParthA\ac390_v2\ac_390_softconsole\sample_image_eNVM_128KB\drivers\mss_gpio" -I"C:\ParthA\ac390_v2\ac_390_softconsole\sample_image_eNVM_128KB\drivers\mss_hpdma" -I"C:\ParthA\ac390_v2\ac_390_softconsole\sample_image_eNVM_128KB\drivers\mss_nvm" -I"C:\ParthA\ac390_v2\ac_390_softconsole\sample_image_eNVM_128KB\drivers\mss_sys_services" -I"C:\ParthA\ac390_v2\ac_390_softconsole\sample_image_eNVM_128KB\drivers\mss_timer" -I"C:\ParthA\ac390_v2\ac_390_softconsole\sample_image_eNVM_128KB\drivers\mss_uart" -I"C:\ParthA\ac390_v2\ac_390_softconsole\sample_image_eNVM_128KB\drivers_config" -I"C:\ParthA\ac390_v2\ac_390_softconsole\sample_image_eNVM_128KB\drivers_config\sys_config" -I"C:\ParthA\ac390_v2\ac_390_softconsole\sample_image_eNVM_128KB\hal" -I"C:\ParthA\ac390_v2\ac_390_softconsole\sample_image_eNVM_128KB\hal\CortexM3" -I"C:\ParthA\ac390_v2\ac_390_softconsole\sample_image_eNVM_128KB\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 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections  -g -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '


