37 lines
1.3 KiB
Makefile
37 lines
1.3 KiB
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
C_SRCS += \
|
|
../libcsp/src/interfaces/csp_if_can.c \
|
|
../libcsp/src/interfaces/csp_if_can_pbuf.c \
|
|
../libcsp/src/interfaces/csp_if_i2c.c \
|
|
../libcsp/src/interfaces/csp_if_kiss.c \
|
|
../libcsp/src/interfaces/csp_if_lo.c
|
|
|
|
OBJS += \
|
|
./libcsp/src/interfaces/csp_if_can.o \
|
|
./libcsp/src/interfaces/csp_if_can_pbuf.o \
|
|
./libcsp/src/interfaces/csp_if_i2c.o \
|
|
./libcsp/src/interfaces/csp_if_kiss.o \
|
|
./libcsp/src/interfaces/csp_if_lo.o
|
|
|
|
C_DEPS += \
|
|
./libcsp/src/interfaces/csp_if_can.d \
|
|
./libcsp/src/interfaces/csp_if_can_pbuf.d \
|
|
./libcsp/src/interfaces/csp_if_i2c.d \
|
|
./libcsp/src/interfaces/csp_if_kiss.d \
|
|
./libcsp/src/interfaces/csp_if_lo.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
libcsp/src/interfaces/%.o: ../libcsp/src/interfaces/%.c
|
|
@echo 'Building file: $<'
|
|
@echo 'Invoking: ARM Linux g++ compiler'
|
|
arm-xilinx-linux-gnueabi-g++ -Wall -O0 -g -c -fmessage-length=0 -MT"$@" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
|
@echo 'Finished building: $<'
|
|
@echo ' '
|
|
|
|
|