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

# Add inputs and outputs from these tool invocations to the build variables 
C_SRCS += \
../DirectC/iap_scan/iap_hw_interface.c 

OBJS += \
./DirectC/iap_scan/iap_hw_interface.o 

C_DEPS += \
./DirectC/iap_scan/iap_hw_interface.d 


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


