32 lines
814 B
Makefile
32 lines
814 B
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
C_SRCS += \
|
|
../serial/serial.c
|
|
|
|
C_DEPS += \
|
|
./serial/serial.d
|
|
|
|
OBJS += \
|
|
./serial/serial.o
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
serial/%.o: ../serial/%.c serial/subdir.mk
|
|
@echo 'Building file: $<'
|
|
@echo 'Invoking: Cross GCC Compiler'
|
|
arm-linux-gnueabihf-gcc -O0 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" -o "$@" "$<"
|
|
@echo 'Finished building: $<'
|
|
@echo ' '
|
|
|
|
|
|
clean: clean-serial
|
|
|
|
clean-serial:
|
|
-$(RM) ./serial/serial.d ./serial/serial.o
|
|
|
|
.PHONY: clean-serial
|
|
|