blob: eb6669fdd32e867e46b883030a978a826829a802 [file]
################################################################################
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../common/breakpoint.c \
../common/log.c \
../common/selection_sort.c \
../common/string.c \
../common/utility.c
OBJS += \
./common/breakpoint.o \
./common/log.o \
./common/selection_sort.o \
./common/string.o \
./common/utility.o
# Each subdirectory must supply rules for building sources it contributes
common/%.o: ../common/%.c
@echo 'Building file: $<'
@echo 'Invoking: TC32 Compiler'
tc32-elf-gcc -ffunction-sections -fdata-sections -I../ -I../drivers/8278 -D__PROJECT_8278_BLE_REMOTE__=1 -DCHIP_TYPE=CHIP_TYPE_827x -Wall -O2 -fpack-struct -fshort-enums -finline-small-functions -std=gnu99 -fshort-wchar -fms-extensions -c -o"$@" "$<"
@echo 'Finished building: $<'
@echo ' '