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

# Add inputs and outputs from these tool invocations to the build variables 
C_SRCS += \
../DirectC/gpio_scan/dpchain.c \
../DirectC/gpio_scan/dpjtag.c \
../DirectC/gpio_scan/gpio_hw_interface.c 

OBJS += \
./DirectC/gpio_scan/dpchain.o \
./DirectC/gpio_scan/dpjtag.o \
./DirectC/gpio_scan/gpio_hw_interface.o 

C_DEPS += \
./DirectC/gpio_scan/dpchain.d \
./DirectC/gpio_scan/dpjtag.d \
./DirectC/gpio_scan/gpio_hw_interface.d 


# Each subdirectory must supply rules for building sources it contributes
DirectC/gpio_scan/%.o: ../DirectC/gpio_scan/%.c
	@echo 'Building file: $<'
	@echo 'Invoking: GNU C Compiler'
	arm-none-eabi-gcc -mthumb -mcpu=cortex-m3 -O3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"
	@echo 'Finished building: $<'
	@echo ' '


