69 lines
2.1 KiB
Makefile
69 lines
2.1 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 Sources/subdir.mk
|
|
-include SDK/rtos/osif/subdir.mk
|
|
-include SDK/platform/pal/src/i2c/subdir.mk
|
|
-include SDK/platform/drivers/src/pins/subdir.mk
|
|
-include SDK/platform/drivers/src/lpuart/subdir.mk
|
|
-include SDK/platform/drivers/src/lpi2c/subdir.mk
|
|
-include SDK/platform/drivers/src/interrupt/subdir.mk
|
|
-include SDK/platform/drivers/src/edma/subdir.mk
|
|
-include SDK/platform/drivers/src/clock/S32K1xx/subdir.mk
|
|
-include SDK/platform/devices/S32K118/startup/subdir.mk
|
|
-include SDK/platform/devices/subdir.mk
|
|
-include Project_Settings/Startup_Code/subdir.mk
|
|
-include Project_Settings/Linker_Files/subdir.mk
|
|
-include Project_Settings/Debugger/subdir.mk
|
|
-include Generated_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 += \
|
|
S32K118_BOOTLOADER_BOOT.siz \
|
|
|
|
|
|
# All Target
|
|
all: S32K118_BOOTLOADER_BOOT.elf secondary-outputs
|
|
|
|
# Tool invocations
|
|
S32K118_BOOTLOADER_BOOT.elf: $(OBJS) D:/myGit/DP1208/16_1-S32K118_BOOTLOADER_BOOT/Project_Settings/Linker_Files/S32K118_25_flash.ld $(USER_OBJS)
|
|
@echo 'Building target: $@'
|
|
@echo 'Invoking: Standard S32DS C Linker'
|
|
arm-none-eabi-gcc -o "S32K118_BOOTLOADER_BOOT.elf" "@S32K118_BOOTLOADER_BOOT.args" $(USER_OBJS) $(LIBS)
|
|
@echo 'Finished building target: $@'
|
|
@echo ' '
|
|
|
|
S32K118_BOOTLOADER_BOOT.siz: S32K118_BOOTLOADER_BOOT.elf
|
|
@echo 'Invoking: Standard S32DS Print Size'
|
|
arm-none-eabi-size --format=berkeley S32K118_BOOTLOADER_BOOT.elf
|
|
@echo 'Finished building: $@'
|
|
@echo ' '
|
|
|
|
# Other Targets
|
|
clean:
|
|
-$(RM) ./*
|
|
-@echo ' '
|
|
|
|
secondary-outputs: $(SECONDARY_SIZE)
|
|
|
|
.PHONY: all clean dependents
|
|
|
|
-include ../makefile.targets
|