12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- ################################################################################
- # 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 board/subdir.mk
- -include RTD/src/subdir.mk
- -include Project_Settings/Startup_Code/subdir.mk
- -include FreeRTOS/Source/portable/MemMang/subdir.mk
- -include FreeRTOS/Source/portable/GCC/ARM_CM4F/subdir.mk
- -include FreeRTOS/Source/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 += \
- S32K144_BLE.siz \
- # All Target
- all: S32K144_BLE.elf secondary-outputs
- # Tool invocations
- S32K144_BLE.elf: $(OBJS) D:/1_WorkFiles/2_Software/11.Communicator/workspace/S32K144_BLE/Project_Settings/Linker_Files/linker_flash_s32k144.ld $(USER_OBJS)
- @echo 'Building target: $@'
- @echo 'Invoking: Standard S32DS C Linker'
- arm-none-eabi-gcc -o "S32K144_BLE.elf" "@S32K144_BLE.args" $(USER_OBJS)
- @echo 'Finished building target: $@'
- @echo ' '
- S32K144_BLE.siz: S32K144_BLE.elf
- @echo 'Invoking: Standard S32DS Print Size'
- arm-none-eabi-size --format=berkeley S32K144_BLE.elf
- @echo 'Finished building: $@'
- @echo ' '
- # Other Targets
- clean:
- -$(RM) ./*
- -@echo ' '
- secondary-outputs: $(SECONDARY_SIZE)
- .PHONY: all clean dependents
- -include ../makefile.targets
|