ADM/GW/Release_FLASH/src/subdir.mk
2024-08-08 10:00:15 +09:00

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 ' '