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

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

S_SRCS += \
../hal/CortexM3/GNU/hal.s \
../hal/CortexM3/GNU/hw_reg_access.s 

OBJS += \
./hal/CortexM3/GNU/hal.o \
./hal/CortexM3/GNU/hal_assert.o \
./hal/CortexM3/GNU/hw_reg_access.o 

C_DEPS += \
./hal/CortexM3/GNU/hal_assert.d 


# Each subdirectory must supply rules for building sources it contributes
hal/CortexM3/GNU/%.o: ../hal/CortexM3/GNU/%.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 ' '

hal/CortexM3/GNU/%.o: ../hal/CortexM3/GNU/%.c
	@echo 'Building file: $<'
	@echo 'Invoking: GNU C Compiler'
	arm-none-eabi-gcc -mthumb -mcpu=cortex-m3 -IC:\SoftConsole\MSS_new_top_MSS_CM3_0\projects\MSS_new_top_MSS_CM3_0_hw_platform -IC:\SoftConsole\MSS_new_top_MSS_CM3_0\projects\MSS_new_top_MSS_CM3_0_hw_platform\drivers_config -IC:\SoftConsole\MSS_new_top_MSS_CM3_0\projects\MSS_new_top_MSS_CM3_0_hw_platform\drivers_config\mss_ace -IC:\SoftConsole\MSS_new_top_MSS_CM3_0\projects\MSS_new_top_MSS_CM3_0_hw_platform\CMSIS -IC:\SoftConsole\MSS_new_top_MSS_CM3_0\projects\MSS_new_top_MSS_CM3_0_hw_platform\CMSIS\startup_gcc -IC:\SoftConsole\MSS_new_top_MSS_CM3_0\projects\MSS_new_top_MSS_CM3_0_hw_platform\drivers -IC:\SoftConsole\MSS_new_top_MSS_CM3_0\projects\MSS_new_top_MSS_CM3_0_hw_platform\drivers\mss_ace -IC:\SoftConsole\MSS_new_top_MSS_CM3_0\projects\MSS_new_top_MSS_CM3_0_hw_platform\drivers\mss_ethernet_mac -IC:\SoftConsole\MSS_new_top_MSS_CM3_0\projects\MSS_new_top_MSS_CM3_0_hw_platform\drivers\mss_gpio -IC:\SoftConsole\MSS_new_top_MSS_CM3_0\projects\MSS_new_top_MSS_CM3_0_hw_platform\drivers\mss_i2c -IC:\SoftConsole\MSS_new_top_MSS_CM3_0\projects\MSS_new_top_MSS_CM3_0_hw_platform\drivers\mss_pdma -IC:\SoftConsole\MSS_new_top_MSS_CM3_0\projects\MSS_new_top_MSS_CM3_0_hw_platform\drivers\mss_rtc -IC:\SoftConsole\MSS_new_top_MSS_CM3_0\projects\MSS_new_top_MSS_CM3_0_hw_platform\drivers\mss_spi -IC:\SoftConsole\MSS_new_top_MSS_CM3_0\projects\MSS_new_top_MSS_CM3_0_hw_platform\drivers\mss_timer -IC:\SoftConsole\MSS_new_top_MSS_CM3_0\projects\MSS_new_top_MSS_CM3_0_hw_platform\drivers\mss_uart -IC:\SoftConsole\MSS_new_top_MSS_CM3_0\projects\MSS_new_top_MSS_CM3_0_hw_platform\drivers\mss_watchdog -IC:\SoftConsole\MSS_new_top_MSS_CM3_0\projects\MSS_new_top_MSS_CM3_0_hw_platform\hal -IC:\SoftConsole\MSS_new_top_MSS_CM3_0\projects\MSS_new_top_MSS_CM3_0_hw_platform\hal\CortexM3 -IC:\SoftConsole\MSS_new_top_MSS_CM3_0\projects\MSS_new_top_MSS_CM3_0_hw_platform\hal\CortexM3\GNU -O2 -g3 -Wall -c -fmessage-length=0 -ffunction-sections -fdata-sections -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '


