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