mirror of
https://github.com/Dev-KATECH/ADM.git
synced 2026-05-17 01:43:59 +09:00
60 lines
1.4 KiB
Makefile
60 lines
1.4 KiB
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
-include ../makefile.init
|
|
|
|
RM := rm -rf
|
|
|
|
# All of the sources participating in the build are defined here
|
|
-include sources.mk
|
|
-include src/subdir.mk
|
|
-include generate/src/subdir.mk
|
|
-include generate/include/subdir.mk
|
|
-include board/subdir.mk
|
|
-include RTD/src/subdir.mk
|
|
-include Project_Settings/Startup_Code/subdir.mk
|
|
-include subdir.mk
|
|
-include objects.mk
|
|
|
|
ifneq ($(MAKECMDGOALS),clean)
|
|
ifneq ($(strip $(C_DEPS)),)
|
|
-include $(C_DEPS)
|
|
endif
|
|
endif
|
|
|
|
-include ../makefile.defs
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
SECONDARY_SIZE += \
|
|
MR.siz \
|
|
|
|
|
|
# All Target
|
|
all: MR.elf secondary-outputs
|
|
|
|
# Tool invocations
|
|
MR.elf: $(OBJS) D:/WON_System/Projects/REALPOINTER/MR/src/MR/Project_Settings/Linker_Files/linker_flash.ld $(USER_OBJS)
|
|
@echo 'Building target: $@'
|
|
@echo 'Invoking: Standard S32DS C Linker'
|
|
arm-none-eabi-gcc -o "MR.elf" "@MR.args" $(USER_OBJS)
|
|
@echo 'Finished building target: $@'
|
|
@echo ' '
|
|
|
|
MR.siz: MR.elf
|
|
@echo 'Invoking: Standard S32DS Print Size'
|
|
arm-none-eabi-size --format=berkeley MR.elf
|
|
@echo 'Finished building: $@'
|
|
@echo ' '
|
|
|
|
# Other Targets
|
|
clean:
|
|
-$(RM) ./*
|
|
-@echo ' '
|
|
|
|
secondary-outputs: $(SECONDARY_SIZE)
|
|
|
|
.PHONY: all clean dependents
|
|
|
|
-include ../makefile.targets
|