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

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

S_SRCS += \
../hal/CortexM1/GNU/hal.s \
../hal/CortexM1/GNU/hw_reg_access.s \
../hal/CortexM1/GNU/vector_table.s 

OBJS += \
./hal/CortexM1/GNU/default_handlers.o \
./hal/CortexM1/GNU/hal.o \
./hal/CortexM1/GNU/hal_assert.o \
./hal/CortexM1/GNU/hw_reg_access.o \
./hal/CortexM1/GNU/newlib_stubs.o \
./hal/CortexM1/GNU/sys_boot.o \
./hal/CortexM1/GNU/vector_table.o 

C_DEPS += \
./hal/CortexM1/GNU/default_handlers.d \
./hal/CortexM1/GNU/hal_assert.d \
./hal/CortexM1/GNU/newlib_stubs.d \
./hal/CortexM1/GNU/sys_boot.d 


# Each subdirectory must supply rules for building sources it contributes
hal/CortexM1/GNU/%.o: ../hal/CortexM1/GNU/%.c
	@echo 'Building file: $<'
	@echo 'Invoking: GNU C Compiler'
	arm-none-eabi-gcc -mthumb -mcpu=cortex-m1 -I"D:\DATA\PROJECTS\M1webserver_SC_wkng\test\hal" -I"D:\DATA\PROJECTS\M1webserver_SC_wkng\test\hal\CortexM1\GNU" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '

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


