mirror of
https://github.com/Dev-KATECH/ADM.git
synced 2026-05-17 09:53:59 +09:00
31 lines
761 B
Makefile
31 lines
761 B
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
C_SRCS += \
|
|
../src/board.c \
|
|
../src/main.c \
|
|
../src/utils.c
|
|
|
|
OBJS += \
|
|
./src/board.o \
|
|
./src/main.o \
|
|
./src/utils.o
|
|
|
|
C_DEPS += \
|
|
./src/board.d \
|
|
./src/main.d \
|
|
./src/utils.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
src/%.o: ../src/%.c
|
|
@echo 'Building file: $<'
|
|
@echo 'Invoking: Standard S32DS C Compiler'
|
|
arm-none-eabi-gcc "@src/board.args" -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
|
|
@echo 'Finished building: $<'
|
|
@echo ' '
|
|
|
|
|